[solved]-Write Program Ask User Comments Following Enter Positive Integer Digits N Check Value Ente Q39077677

Using Python Language, write this program
a Write a program Ask the user with comments, to do the following to enter a positive integer (digits only) n Check the value entered to see if it corresponds to a positive integer user entered a positive integer do the following: 4 a. 5 b. If the C. If 0<n < 30 calculate 2 n then print n and the calculated result with a suitable message If 30 n 50 calculate 2 (0.3+n) then print n and the calculated result with a suitable message. 10 11 If 50 n< 80 calculate 1.5 (0.3*n) then print. result with a suitable message- n and the calculated 12 13 If n 80 calculate 1.2 (0.2 n) then print with a suitable message n and the calculated result 14 15 16 17 d. Otherwise, print the message You did not enter a valid input! Show transcribed image text a Write a program Ask the user with comments, to do the following to enter a positive integer (digits only) n Check the value entered to see if it corresponds to a positive integer user entered a positive integer do the following: 4 a. 5 b. If the C. If 0
Expert Answer
Answer to a Write a program Ask the user with comments, to do the following to enter a positive integer (digits only) n Check the … . . .
OR

