Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # fix_raw_input.py
- try: input = raw_input
- except: pass
- s = input("Prompt: ")
- print("You Entered: " + s)
- if s.lower() == 'abc': print 123
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement