Question
Part 2: In the second part of this lab, you will get more practice using arithmetic in Python. Your task is to use arithmetic to
Part 2: In the second part of this lab, you will get more practice using arithmetic in Python. Your task is to use arithmetic to transform exactly four 4s (and no other digits) into the numbers from 0 to 20. One of the numbers is already given to you:
print("Sixteen is", 4 + 4 + 4 + 4, 16 == (4 + 4 + 4 + 4))
Add more lines like the above line to generate the other numbers between 0 and 20. You must use exactly four 4s (and no other numbers). I
- t is okay if the output has a decimal point (e.g., 1.0 or 2.0)
- It is okay to use 44 or 4.4 (both of which count for 2 4s) or .4
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started