Commit 06578cde by BellCodeEditor

save project

parent aab7c9a2
Showing with 4 additions and 2 deletions
......@@ -13,7 +13,9 @@ for i in message:
str3=random.choice(key)
text+=str1+str2+str3
b=list(text)
b.insert(5,a)
random.randint(0,len(b))
c=random.randint(0,len(b))
b.insert(c,a)
print("".join(b))
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