Advertisement
SlavaCat

First Paste :)

Aug 19th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. paste = 'my first ever'
  2. celebrations = ['woooo','yay','hooray','gaming momento','pog']
  3. if paste == 'my first ever':
  4.    for phrases in celebrations:
  5.       print(phrases)
  6. else:
  7.      print('Oh, ok')
  8.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement