wys_p = float(input("Podaj wysokość: ")) pre_p = float(input("Podaj prędkość: ")) print(f"{wys_p=} {pre_p=}")