Commit 2292596e by BellCodeEditor

save project

parent b5ab0b34
Showing with 11 additions and 0 deletions
import random
key='hkjshakfdhsalhfkdgfdsahfkd'
d=''
message='jkfhdsalk'
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=d+a+b+c
print(d)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment