Commit ab4def41 by BellCodeEditor

save project

parent fba32bb5
Showing with 3 additions and 2 deletions
......@@ -9,7 +9,7 @@ for i in message:
a=str1+str2+str3
b=b+a
c=list(b)
d=random.randint(0,len(b))
c.insert(d,";.[;.[o]]")
d=
c.insert(4,";.[;.[o]]")
d="".join(c)
print(d)
\ 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