Security - Message Space and Ciphertext Space

  • + 0 comments

    Python using list comprehension

    print(''.join([str(int(c)+1)[-1] for c in input()]))