x=10
y=20
if x=10 and y=20:
if x==10 and y==20:
print("ramte if")
elif x<=10 and y=20:
elif x<=10 and y==20:
print("ramte elif")
else:
print("ramte else")