Question: THIS IS IN PYTHON 3 Write a program to ask the user to input a 7 digit number representing dollars. Format the number using a
THIS IS IN PYTHON 3
Write a program to ask the user to input a 7 digit number representing dollars.
Format the number using a dollar sign and commas.
First, print the formatted number using a print statement with several arguments.
Then print the formatted number using a print statement with a concatenated string.
If the input is: 1234567
The output would be:
Enter 7digit number: $ 1 , 234 , 567 $1,234,567
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
