Commit dbd0edec by BellCodeEditor

save project

parent 3cf5f022
Showing with 2 additions and 1 deletions
...@@ -16,6 +16,6 @@ for i in message: ...@@ -16,6 +16,6 @@ for i in message:
print(m) print(m)
n="2#@4&" n="2#@4&"
s=list(m) s=list(m)
s.insert(4,n) s.insert(random.randint(0,len(s)),n)
a="".join(s) a="".join(s)
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