Page 1 of 1

13. Place the correct conditional expressions in the blank to obtain a code which outputs ** to the screen. (Note: selec

Posted: Sun Jul 10, 2022 11:29 am
by answerhappygod
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