Commit 15890b6f by BellCodeEditor

save project

parent a47a7ec6
Showing with 2 additions and 1 deletions
...@@ -30,6 +30,7 @@ for i in message: ...@@ -30,6 +30,7 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
a=a+text a=a+text
a=list(message) a=list(message)
a.insert(5,'@#$%^&*') c=random.randint(0,len(a))
a.insert(c,'@#$%^&*')
st=''.join(a) st=''.join(a)
print(st) print(st)
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