• + 0 comments

    n = int(input()) print("Weird" if n %2 != 0 or 6<=n<=20 else "Not Weird")

    A one liner