i need help | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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