Preview:
number = int(input("Which number do you want to check"))
if number % 2 == 0:
    print("This is an even number.")
else:
    print("This is an odd number.")
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter