Commit 2bdd0960 by BellCodeEditor

save project

parent 30a3bdc6
Showing with 4 additions and 3 deletions
......@@ -14,8 +14,8 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
a=a+text
k=random.randint(0,len(message));
a=list(a)
a.insert(5,b)
a.insert(k,b)
a="".join(a)
print(a)
print(a)
\ 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