We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Hey,
Here is my code : "
if name == 'main':
a = input()
try:
print(int(a))
except Exception:
print('Bad String')
"
and the rerult is:
"Error reading result file.You should use exception handling concepts."
help me please :)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 16: Exceptions - String to Integer
You are viewing a single comment's thread. Return to all comments →
Hey, Here is my code : " if name == 'main': a = input() try: print(int(a)) except Exception: print('Bad String') " and the rerult is: "Error reading result file.You should use exception handling concepts."
help me please :)