HackerRank-Solutions
HackerRank-Solutions copied to clipboard
ASCII Acceptance issue in Hackerrank editor.
Editor not accepting string '°'. instead we can use char(176)
print(str(RESULT) + '°')
print(str(RESULT)+chr(176))