#Beautiful Year #num = int(input()) #while True: # num = num + 1 # if len(set(str(num))) == len(str(num)): # break #print(num) #Hulk #n = int(input()) #for n in range(n): # print("I hate that I love that") #else: # if n in range(n) == 1: # print("I hate it") #if n/2 == 1: # print("I love it") #else: # print("I hate it") #Odd Divisor #x = int(input()) #y = x/2 #if y == 1: # print("yes") #else: # print("no") #Month #x=int(input()) #if(x==1): # print("January") #elif(x==2): # print("February") #elif(x==3): # print("March") #elif(x==4): # print("April") #elif(x==5): # print("May") #elif(x==6): # print("June") #elif(x==7): # print("July") #elif(x==8): # print("August") #elif(x==9): # print("September") #elif(x==10): # print("October") #elif(x==11): # print("November") #elif(x==12): # print("December") #Six Odd Numbers #x = int(input()) #i=0 #while(i<6): # if(x%2!=0): # print(x) # i=i+1 # x = x+1 Sir i couldnt do the last one