Commit 1ad0e40d by BellCodeEditor

save project

parent 7d36ff55
Showing with 5 additions and 2 deletions
import random
key='3u5f45u4y4534f4354uyf'
k=list(key)
k.insert(1,"你真帅")
t="".join(k)
d=''
message='sb'
for i in range(len(message)):
......@@ -7,4 +10,4 @@ for i in range(len(message)):
b=random.choice(key)
c=random.choice(key)
d=d+a+b+c
print(d)
\ No newline at end of file
print(t)
\ 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