Commit 06925d39 by BellCodeEditor

save project

parent 76a26833
Showing with 3 additions and 3 deletions
...@@ -11,7 +11,6 @@ for i in message: ...@@ -11,7 +11,6 @@ for i in message:
s2=random.choice(key) s2=random.choice(key)
s3=random.choice(key) s3=random.choice(key)
a=str(a)+s1+s2+s3 a=str(a)+s1+s2+s3
print(a)
la=list(a) la=list(a)
la.insert(3,"niyaorenshidaonizaiganshenme") la.insert(5,"niganshenme")
print("".join(la))
\ 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