CompetitiveProgramming/src/bin/at-abs335a.py

2 lines
31 B
Python
Raw Normal View History

2024-01-18 04:40:12 +00:00
s = input()
print(s[:-1] + '4')