This commit is contained in:
2025-12-17 11:35:41 +01:00
parent 1297d06bd6
commit 2002b5d46e
6 changed files with 43 additions and 5 deletions

5
dzien_03/skrypt_03.py Normal file
View File

@@ -0,0 +1,5 @@
wys_p = float(input("Podaj wysokość: "))
pre_p = float(input("Podaj prędkość: "))
print(f"{wys_p=} {pre_p=}")