task4

Anonymous
python
11/25/2024 4:30 PM
176 B
10
Indexable
#25 11 2024
amount = str(input())

if len(amount) < 2:
    print("число однозначное")
else:
    print(amount[::-1])
Editor is loading...
Leave a Comment