Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. print("hello world!")
  2. viewers=input("number of viewers: ")
  3. if viewers>=10000:
  4.     print("I'm a star!")
  5. else:
  6.     print("I'm a lonely star!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement