Advertisement
KodingKid

Custom spam script

Mar 22nd, 2021
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. spam = input()
  2. print("What would you like to spam?")
  3. while 3 > 2: #you can also do "while (True):"
  4.     print(spam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement