Commit 7fec836d by BellCodeEditor

save project

parent 2a5617b7
Showing with 6 additions and 2 deletions
...@@ -2,9 +2,13 @@ import random ...@@ -2,9 +2,13 @@ import random
key=噜啦啦噜啦啦噜啦啦噜啦啦噜啦啦 key=噜啦啦噜啦啦噜啦啦噜啦啦噜啦啦
message=看见看见看见就看见 message=看见看见看见就看见
text=" " text=" "
onise="#@$@$$&%&"
for i in message for i in message
str1 = i str1 = i
str2 = random.choice(key) str2 = random.choice(key)
str3 = random.choice(key) str3 = random.choice(key)
text = text str1+str2+str3 text = text str1+str2+str3
list_message.insert(5,"noip(#@$@$$&%&5345)")
\ No newline at end of file list_message = list(text)
list_message.insert(5,noise)
print("".join(list_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