top of page
Forum Comments
6/12 - Homework Week 1 Day 2
In Introduction to Python
ericwangbigpro
Jun 15, 2022
feet = input("How many feet is this") inches = int(feet)*12 print(f'It is {feet} feet or {inches} inches.')
0
0
6/12 - Homework Week 1 Day 2
In Introduction to Python
ericwangbigpro
Jun 15, 2022
feet = input("How many feet is this") inches = int(feet)*12 print(f'It is {feet} feet or {inches} inches.')
0
0
E
ericwangbigpro
More actions
bottom of page