Question: Write a Python program that prompt a user for a number and print the following message: If the number is less than 33, Example: Enter

Write a Python program that prompt a user for a number and print the following message: If the number is less than 33, Example: Enter a number : 31.5 the number 31.500000 is less than 33 If the number is greater than 33, Example: Enter a number : 99 the number 99.000000 is greater than 33 Write the source code as a text along with the other two question. I mean, you don't have to write it in a separate Python file. Hint: don't forget to write your name, date, and summary of the program at the top Also, use main() function to define and call your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
