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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!