Posts by Adriano Souza • 71 points
1 post
-
7
votes2
answers447
viewsQ: How to make a loop that compares string with a python float?
I’m assigning the value 1.5 the variable h, but it does not accept values of the type float and does not complete the code. h = (input("Informe sua altura: ")) # aqui ele recebe um elemento qualquer…
pythonasked Adriano Souza 71