Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. for x in [1,2,3,4]:
  2. if x < 3:
  3. print("1")
  4. elif x == 4:
  5. print("0")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement