Question: Code in Python Assume the variables amount1 and amount2 have each been assigned a floating-point value. Write a statement that uses the print function and
Code in Python
Assume the variables amount1 and amount2 have each been assigned a floating-point value. Write a statement that uses the print function and an F-string to display the value of amount1 immediately followed by the value of amount2. The value of amount1 should be displayed in a field that is a minimum of 8 spaces wide and rounded to 2 decimal points. The value of amount2 should be displayed in a field that is a minimum of 10 spaces wide and rounded to 1 decimal point.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
