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
Hindi,
5 months ago
Hindi,
5 months ago
Accountancy,
5 months ago
Physics,
10 months ago
History,
10 months ago
Social Sciences,
1 year ago