Commit 84d5be3f by BellCodeEditor

save project

parent f5f6e7f5
Showing with 7 additions and 2 deletions
...@@ -11,4 +11,9 @@ for i in message: ...@@ -11,4 +11,9 @@ for i in message:
Str3=random.choice(key) Str3=random.choice(key)
w=Str1+Str2+Str3 w=Str1+Str2+Str3
a=a+w a=a+w
print(a) c="是🤣😁😎asa@hdh#@fds"
\ No newline at end of file cc=list(a)
x=[0,1,2,3,4,5,6,7,8,9,10,11,12]
cc.insert(random.choice(x),c)
b="".join(cc)
print(b)
\ 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