Advertisement
Anthony1593

Create a folder

Jan 22nd, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. print("Hello World!")
  2.  
  3. if 5 > 2:
  4.     print("You are welcome")
  5.    
  6. else:
  7.     print("No! ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement