Day 3: Intro to Conditional Statements

  • + 0 comments
    N = int(input())
    print("Weird" if N % 2 or 6 <= N <= 20 else "Not Weird")