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