Commit 32bcf272 by BellCodeEditor

save project

parent fe1df118
Showing with 10 additions and 10 deletions
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
# str = random.choice(key) # str = random.choice(key)
# print(str) # print(str)
import random # import random
key = "ak阿发发放得分斯蒂芬干哈和也很难哈哈发设施s犯法发放啊发发是发放文案安抚啊阿发发发efis" # key = "ak阿发发放得分斯蒂芬干哈和也很难哈哈发设施s犯法发放啊发发是发放文案安抚啊阿发发发efis"
message ="快活啊" # message ="快活啊"
a = "" # a = ""
for i in message: # for i in message:
str1 = i # str1 = i
str2 = random.choice(key) # str2 = random.choice(key)
text =str1 + str2 # text =str1 + str2
print(text) # print(text)
\ No newline at end of file \ 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