Advertisement
Guest User

test

a guest
Mar 18th, 2021
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  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