CSCI 1170
Computer Science I
Syllabus
Calendar
Misc.
Chapter 3 Exercises
< Previous
Next >
Write Python statements to do the following:
Request a number from the user. Display if the number is odd or even.
Give an example of a
if-else
structure
Give an example of a
if-elif-else
structure