program2_1.pyWrite a program that prints the following lines but replacing the (?) with correct answers:
The Python(?) data type is for numeric valueswithout decimals.The(?) data type is for non-numeric data like names and addresses.The Python operator for exponent arithmetic is(?).The(?) operator suppresses the print function's newline.The(?) function is used to control the output of decimal places.
program2_2.pyWrite a program that prompts the user to enter a time inminutes over 5000 and then displays that time inhours and minutes.Hint: review the Python math operators on page 54.
program2_3.pyWrite a program that prompts the user to enter the radius of a circle, possibly with decimals. The program should then print theareaof the circle accurate totwo decimal places and thecircumferenceof the circle accurate tothree decimal places.
program2_4.pyAmy earns $18.50 per hour. Assign that value to a properly namedconstant. Write code that enables her to enter the hours she worked in the lasttwo days (two separate prompts). Thencalculate and print Amy's pay for those two days. Express both answers incurrency format withno space between the $ sign and the first digit, acomma to indicate thousands andtwo decimal places.
Think you are done and ready to submit?Stop, recheck the requirements and make sure you have adhered to them. Your professor is your customer and will "pay" you in grade points. "Attention to detail" is an essential skill for programmers.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here