Commit ff87bafa by BellCodeEditor

save project

parent b46cab11
Showing with 7 additions and 2 deletions
message = "诺那是依么就,d不周t,末!什一那,起喝d去p都看ds动ts漫p为展不么吧是!!那s"
list()
\ No newline at end of file
list_message = list(message)
for i in range(len(list_message)):
if i%3 ==1:
list_message.pop(i)
print(list_message)
\ No newline at end of file
......@@ -11,6 +11,7 @@ for i in message:
text = str1 + str2 + str3
key_message = key_message + text
list_message = list(key_message)
index = random.randint(0,len(key_message))
list_message.insert(5,port)
list_message.insert(10,port2)
result_message = "".join(list_message)
......
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