13. Place the correct conditional expressions in the blankto obtain a code which outputs ** to the screen.
(Note: some code boxes will not be used.)
if _________:
print (“*”)
elif _______:
print("**")
else:
print("***")
13. Place the correct conditional expressions in the blank to obtain a code which outputs ** to the screen. (Note: some
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am