notebook.community
Edit and run
In [ ]: try: input = raw_input except: pass name = input("name: ")
try: input = raw_input except: pass name = input("name: ")