Commit 3e1b41cc by BellCodeEditor

save project

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