Check error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Check error

weight = int(input()) height = float(input()) num = weight/height if num <=18.5: print ("Underweight")

11th Mar 2022, 5:40 AM
Arunesh Kishore
3 Answers
0
What says the error?
11th Mar 2022, 7:10 AM
ProMarioYeah4765
ProMarioYeah4765 - avatar
0
Wait Arunesh Kishore there is no error, it's all correct
11th Mar 2022, 7:12 AM
ProMarioYeah4765
ProMarioYeah4765 - avatar