print("predkosc") s=int(input("podaj droge")) t=int(input("podaj czas")) v=s/t print("predkosc to", v, "m/s")