)
b) num1=50
num2 = 60
If Num1<Num2
Print num1 is smaller than Num2.
plz ans fast
Answers
Answered by
4
Answer:
output: num1 is smaller than Num2.
Explanation:
as num1 i.e.50 is less than Num2 i.e. 60
Answered by
3
Answer:
Output -
50 is smaller than 60
Explanation:
num1 = 50
num2 = 60
if num1 < num2 :
print(num1, "is smaller than", num2)
please mark this as brainliest answer
Similar questions
Math,
1 month ago
Hindi,
1 month ago
English,
2 months ago
Computer Science,
9 months ago
Math,
9 months ago