Reading Raw Input

  • + 0 comments

    def read(): s = input() size=len(s) if ((size>=1)&(size<=500)): return s why run time error