Commit cd18dbec by BellCodeEditor

save project

parent f40f560f
Showing with 3 additions and 1 deletions
...@@ -12,6 +12,7 @@ for i in message: ...@@ -12,6 +12,7 @@ for i in message:
m4=m1+m2+m3 m4=m1+m2+m3
m5=m5+m4 m5=m5+m4
m6=list(m5) m6=list(m5)
m6.insert(8,'@#$%^&*%$jdu') m8=random.randint(0,len(m6))
m6.insert(m8,'@#$%^&*%$jdu')
m7="".join(m6) m7="".join(m6)
print(m7) print(m7)
\ 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