TORONTO KIDS COMPUTER CLUB | Friday 17:30 Python Practice – 22.12.02.
21494
post-template-default,single,single-post,postid-21494,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Friday 17:30 Python Practice – 22.12.02.

07 Dec Friday 17:30 Python Practice – 22.12.02.

Question 1:
Make a function that will allow you to print any name, address, street, city, state or province, zip or postal code, and country in the world. (Hint: It needs seven arguments. You can pass them as individual arguments or as a list.)


Question 2:

Write a function to calculate the total value of some change—quarters, dimes and nickels. The function should return the total value of the coins. Then write a program that calls the function. The output should look like this when it runs:

Sample input:
quarters: 3
dimes: 6
nickels: 7

Sample output:
total is $1.70
No Comments

Sorry, the comment form is closed at this time.