Commit 89b87b26 by BellCodeEditor

save project

parent 800bfc03
Showing with 3 additions and 3 deletions
...@@ -13,6 +13,6 @@ for i in message: ...@@ -13,6 +13,6 @@ for i in message:
app=str1+str2+str3 app=str1+str2+str3
e=e+app e=e+app
a=list(e) a=list(e)
a.insert(6,g) a.insert(random.randint(0,len(a)),g)
d="".join(a) d="".join(a)
print(c) print(d)
\ No newline at end of file \ 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