Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x=10
- y=20
- if x==10 and y==20:
- print("ramte if")
- elif x<=10 and y==20:
- print("ramte elif")
- else:
- print("ramte else")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement