Commit 2a7848cd by BellCodeEditor

save project

parent ce72f554
Showing with 2 additions and 2 deletions
...@@ -16,8 +16,8 @@ for i in message: ...@@ -16,8 +16,8 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
a=str1+str2+str3 a=str1+str2+str3
l=l+a l=l+a
s1=list(l) s=list(l)
s2=s.insert(3,lm) s2=s.insert(3,lm)
s3="".join(s1) s3="".join(s)
print(s3) print(s3)
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