Python IF ELSE STATEMENT PROBLEM 1: Create a program that tells if the inputted number is odd, even or zero. (15 points)
Posted: Sat Nov 27, 2021 10:33 am
STATEMENT PROBLEM 1: Create a program that tells if the inputted number is odd, even or zero. (15 points) Sample output 1: Enter a number: 20 The number is even. Sample output 2: Enter a number: 0 The number is zero.
Python IF ELSE