13. Place the correct conditional expressions in the blank toobtain a code which outputs ** to the screen.
(Note: select two answers.)
rate = 21 * 2 // 1
if _________:
print (“*”)
elif _______:
print("**")
else:
print("***")
a. rate > 42
b. rate == 42
c. rate =< 42
d. rate = 42
13. Place the correct conditional expressions in the blank to obtain a code which outputs ** to the screen. (Note: selec
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am