maj
This commit is contained in:
parent
9aaeea6c79
commit
5d6d69de07
@ -8,7 +8,7 @@ def convert(val: float,unite: str):
|
|||||||
print(pied, end=" p")
|
print(pied, end=" p")
|
||||||
|
|
||||||
if unite == "c":
|
if unite == "c":
|
||||||
fahr = (32 + 1,8 * val)
|
fahr = 32 + 1.8 * val
|
||||||
print(fahr, end=" f")
|
print(fahr, end=" f")
|
||||||
|
|
||||||
print()
|
print()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user