Edhesive 3.7 Code Practice
Answers
Answered by
0
Answer:
num = 100
if num < 20:
print('Less than 20')
if num < 30:
print('Less than 30')
if num < 40:
print('Less than 40')
if num < 50:
print('Less than 50')
if num > 100 or num == 100:
print('More than or equal to 100')
Explanation:
Similar questions
Science,
5 months ago
Physics,
5 months ago
Physics,
11 months ago
History,
11 months ago
Social Sciences,
1 year ago