You are viewing a single comment's thread. Return to all comments →
def read(): s = input() size=len(s) if ((size>=1)&(size<=500)): return s why run time error
Seems like cookies are disabled on this browser, please enable them to open this website
Reading Raw Input
You are viewing a single comment's thread. Return to all comments →
def read(): s = input() size=len(s) if ((size>=1)&(size<=500)): return s why run time error