mm
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
def czytaj_dana_float(tekst: str, minimum: float = 1, maximum: float = 20 )-> float:
|
||||
def czytaj_dana_float(tekst: str, minimum: float = 1.0, maximum: float = 20.0 )-> float:
|
||||
tmp_value = None
|
||||
ret_value = None
|
||||
value_ok = False
|
||||
|
||||
Reference in New Issue
Block a user