Page 1 of 1

What is the expected output of the code? Counter = 7 ** 2 -7 a. The c

Posted: Sun Jul 10, 2022 11:27 am
by answerhappygod
What is the expected output of the code?
Counter = 7 ** 2 -7 a. The code produces no output.
If counter <0: b. *
print(“*”) c. ***
elif counter >42: d. **
print (“**”)
else:
print(“***”)