2 lines
31 B
Python
2 lines
31 B
Python
|
s = input()
|
||
|
print(s[:-1] + '4')
|