Commit 34085087 by BellCodeEditor

save project

parent 955e0be7
Showing with 6 additions and 4 deletions
...@@ -11,6 +11,8 @@ for i in message: ...@@ -11,6 +11,8 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
tiex += str+str2+str3 tiex += str+str2+str3
#a= a=list(tiex)
b="",join(g) b=random.randint(0,len(a))
print(b) a.insert(b,g)
\ No newline at end of file c="".join(a)
print(c)
\ 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