-
Python a = int(input()) b = int(input()) if(a>0 and b>0) : print("1") elif(a0) : print("2") elif(a
Python H,M = map(int,input().split()) t = (H*60)+M - 45 if(t
Python y = int(input()) if((y%4) == 0) : if((y%100) != 0 or (y%400) == 0) : print("1") else : print("0") else : print("0") ===
Python a = int(input()) if(a>=90 and a=80 and a=70 and a=60 and a
Python a,b = map(int,input().split()) if(a>b): print(">") elif(a