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(“***”)
What is the expected output of the code? Counter = 7 ** 2 -7 a. The c
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am