You are viewing a single comment's thread. Return to all comments →
Python using list comprehension
print(''.join([str(int(c)+1)[-1] for c in input()]))
Seems like cookies are disabled on this browser, please enable them to open this website
Security - Message Space and Ciphertext Space
You are viewing a single comment's thread. Return to all comments →
Python using list comprehension
print(''.join([str(int(c)+1)[-1] for c in input()]))