filmov
tv
Python get float input() | #Python_for_Beginners

Показать описание
#Python_get_float_input() | #Python_for_Beginners
input() always returns string(), so the function float() converts the input to float.
input() always returns string(), so the function float() converts the input to float.