Commit 59ced5f9 by BellCodeEditor

save project

parent 84ad07ca
Showing with 7 additions and 2 deletions
......@@ -12,4 +12,9 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
a=a+text
print(a)
\ No newline at end of file
print(a)
n=".,mjop"
q=list(a)
q.insert(1,n)
z="".join(q)
print(z)
\ 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