Commit b9c1bf37 by BellCodeEditor

save project

parent fbc83589
Showing with 2 additions and 1 deletions
......@@ -14,6 +14,6 @@ for i in message:
text=c+str1+str2
message1=message1+text
a=list(message1)
a.insert(5,ZBD)
a.insert(random.randint(0,len(ZBD)),ZBD)
b="".join(a)
print(b)
\ 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