Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. print("Hello World")
  2. if True:
  3. print("This statement is under IF block")
  4. print("This statement is under IF block")
  5. else:
  6. print("This statement is under ELSE block")
  7. print("This statement is outside IF-ELSE block")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement