program2_1.py Write a program that prints the following lines but replacing the (?) with correct answers: The Python (?) data type is for numeric values without 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.py Write a program that prompts the user to enter a time in minutes over 5000 and then displays that time in hours and minutes. Hint: review the Python math operators on page 54.
program2_1.py
Write a program that prints the following lines but replacing the (?) with correct answers:
The Python (?) data type is for numeric values without 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.py
Write a program that prompts the user to enter a time in minutes over 5000 and then displays that time in hours and minutes. Hint: review the Python math operators on page 54.
program2_3.py
Write a program that prompts the user to enter the radius of a circle, possibly with decimals. The program should then print the area of the circle accurate to two decimal places and the circumference of the circle accurate to three decimal places.
program2_4.py
Amy earns $18.50 per hour. Assign that value to a properly named constant. Write code that enables her to enter the hours she worked in the last two days (two separate prompts). Then calculate and print Amy's pay for those two days. Express both answers in currency format with no space between the $ sign and the first digit, a comma to indicate thousands and two 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.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images