Commit 08d2eaa8 by BellCodeEditor

save project

parent e3dcd165
Showing with 7 additions and 4 deletions
import random
key = "aghdgdhadsiatsyfatituTCktkvtVktvky痛苦v口头语KTV开通网银开通的v一天痛苦"
message = "诺言撒撒事情uiuiuiuiiuiuiuiui电加热太极传人进入城市的房价邪恶和"
list(message)
insert(key)
"".join(message)
\ No newline at end of file
list_message = list(message)
list_message.insert(5,noise)
result_message = "".join(list_message)
print(result_message)
# insert(key)
# "".join(message)
\ 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