python-CSD-kursu/python-temel/walrus.py

3 lines
71 B
Python
Raw Normal View History

2023-05-20 13:31:25 +03:00
while (s := input('Bir yazı giriniz:')) != 'quit':
print(s[::-1])