wyraz od tylu
Data utworzenia: 18-09-2024 11:08:25
w = input("Podaj wyraz: ") rw = "-" for i in w: rw = i + rw print(rw)