Advertisement
JLindvig

Untitled

Mar 18th, 2021
1,088
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. x=10
  2. y=20
  3. if x==10 and y==20:
  4.     print("ramte if")
  5. elif x<=10 and y==20:
  6.     print("ramte elif")
  7. else:
  8.     print("ramte else")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement