Computer Science, asked by gujcfgbcfinct7iv, 3 months ago

rewrite the program after correcting the errors in the box

num 1=50
Num2=60
If Num1 < Num2
Print num1 is smaller than Num2
Else
Print Num2, is greater than Num1​

Answers

Answered by ashokjaiswal9999
3

Answer:

num 1=50

Num2=60

If num 1< Num2:

print(num 1,"is smaller than", Num2)

else:

print(Num2,"is greater than", num 1)

Similar questions