Advertisement
DrBenana

Untitled

Sep 27th, 2020
876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. if 1 < 2:
  2.     print("I'm Running!")
  3.  
  4. if 2 == 3:
  5.     print("I'm not running!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement