Commit 61d40dff by BellCodeEditor

save project

parent c8785f63
Showing with 6 additions and 2 deletions
...@@ -12,4 +12,8 @@ for i in message: ...@@ -12,4 +12,8 @@ for i in message:
a3=random.choice(key) a3=random.choice(key)
a4=a1+a2+a3 a4=a1+a2+a3
a0=a0+a4 a0=a0+a4
print(a0) b0="dfghjk"
\ No newline at end of file b1=list(a0)
b1.insert(5,b0)
b2="".join(b1)
print(b2)
\ 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