Commit 3e1b41cc by BellCodeEditor

save project

parent ce2e0bb0
Showing with 4 additions and 2 deletions
......@@ -11,6 +11,8 @@ for i in message:
print(new)
inv= '@#$%&&&%%%'
list = list(new)
list.insert(4,inv)
new1 = ''.join(list)
index = random.randint(0,len(list))
list.insert(index,inv)
new1 = "".join(list)
print(new1)
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