79364797

Date: 2025-01-17 12:47:09
Score: 1.5
Natty:
Report link
n='qwertyuiopasdfghjklzxcvbnm'
e=input()
t=""
for d in e:
    if n.index(d)<10:
        t+='0'
    t+=n.index(d)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 1826