Commit e7a3eeca by BellCodeEditor

save project

parent 8a3a76d0
Showing with 5 additions and 2 deletions
...@@ -9,7 +9,9 @@ for i in message: ...@@ -9,7 +9,9 @@ for i in message:
test=str1+str2+str3 test=str1+str2+str3
key_messagep=key_messagep+test key_messagep=key_messagep+test
print(key_messagep) print(key_messagep)
list1=list(key_message) list1=list(key_messagep)
a="¥1000000000000000" a="@#!¥#&……%*¥#@!%¥#@¥%&"
index = random.randint(0,len(list1))
list1.insert(index,a)
key_message1="".join(list1) key_message1="".join(list1)
print(key_message1) print(key_message1)
\ 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