Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spam = input()
- print("What would you like to spam?")
- while 3 > 2: #you can also do "while (True):"
- print(spam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement