Computer Science, asked by anamika1352H, 2 months ago

)

b) num1=50

num2 = 60

If Num1<Num2

Print num1 is smaller than Num2.


plz ans fast​

Answers

Answered by sucheta2007
4

Answer:

output: num1 is smaller than Num2.

Explanation:

as num1 i.e.50 is less than Num2 i.e. 60

Answered by vratesh1729
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