• + 0 comments

    yes , this code is not working :(

    n = 24 x = n % 2

    if x != 0 or n in range(5, 21) and x == 0: print("weird")

    else: print("Not Weird")