need a Python program that asks the user to enter a number that is…
Question Answered step-by-step need a Python program that asks the user to enter a number that is… need a Python program that asks the user to enter a number that is larger than 10. If the user follows the instructions correctly, the program displays the message, “x is correct” where x is the number that was input. If the user does NOT enter a number greater than 10, the program displays the message, “x is too small by at least y” where x was the input and y is the smallest number that must be added to x to make it greater than 10. Note that the message “Done” is to be printed at the end in both cases. Sample input and output 1:Enter an integer greater than 10: 15 15 is correctDoneSample input and output 2:Enter an integer greater than 10: 8 8 is too small by at least 3Done Computer Science Engineering & Technology Python Programming CMPUT 101 Share QuestionEmailCopy link Comments (0)


