+ 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 ?
3 ответов
+ 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
+ 1
i tried but doesnt work
+ 1
the input on playground says "separate multiple inputs on different lines" did you do that?
works fine on my phone