• + 0 comments

    here is the code :

    if n % 2 !=0: print("Weird") elif n % 2 ==0 and 220: print("Not Weird")