Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by thallenk ( 6 years ago )
m = input("Digite sua mensagem aqui:")
k = 3
code = ''
for letter in range(len(m)):
code += chr(ord(m[letter])+k) % 100
print(code)
Revise this Paste