You are viewing a single comment's thread. Return to all comments →
Python is not checkable i think. Some file read error. Is this code OK?
if __name__ == '__main__': S = input() if S.isnumeric(): print(int(S)) else: print("Bad String")
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 →
Python is not checkable i think. Some file read error. Is this code OK?