i need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

i need help

print("vücut kitle indeksi") a=input("kilo") b=input("boy") x=float("a")/float("b")**2 if x > 34 : print("Obez tehlikeniz var") when run this it say that “EOF when reading a line” what is this ? How can i fix ?

16th Mar 2018, 11:05 PM
Durmuş Gülbahar
Durmuş Gülbahar - avatar
3 Answers
+ 1
remove "" from a and b on row4 . also if you are running this on playground i think you need to put the inputs to the top
16th Mar 2018, 11:08 PM
Markus Kaleton
Markus Kaleton - avatar
+ 1
i tried but doesnt work
16th Mar 2018, 11:11 PM
Durmuş Gülbahar
Durmuş Gülbahar - avatar
+ 1
the input on playground says "separate multiple inputs on different lines" did you do that? works fine on my phone
16th Mar 2018, 11:27 PM
Markus Kaleton
Markus Kaleton - avatar