Convert to dollars in Python / How to Tutorial

Publié le: 02 janvier 2023
sur la chaîne: RubenOrtega
1,981
18

Convert to dollars
Pyhton

Given four values representing counts of quarters, dimes, nickels and pennies, output the total amount as dollars and cents.

Outout each floating-point value with two digits after the decimal point, which can be achieved as follows:

print (f' Amount: ${dollars: .2f) *

Ex: If the input is:

4

3

2

1

where 4 is the number of quarters, 3 is the number of dimes, 2 is the number of nickels, and 1 is the number of pennies, the output is:

Amount: $1.41

For simplicity, assume input is non-negative.


Sur cette page du site, vous pouvez voir la vidéo en ligne Convert to dollars in Python / How to Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur RubenOrtega 02 janvier 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 1,981 fois et il a aimé 18 téléspectateurs. Bon visionnage!