Kasante95

if_else_condition

Feb 13th, 2023
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. game_over = True
  2. if game_over:
  3.     print("Game Over!")
  4. else:
  5.     print("Keep playing!")
Advertisement
Add Comment
Please, Sign In to add comment