Commit 34085087 by BellCodeEditor

save project

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