Commit 0ca561cd by BellCodeEditor

save project

parent 40355e38
Showing with 4 additions and 2 deletions
...@@ -2,10 +2,12 @@ import random ...@@ -2,10 +2,12 @@ import random
key = "欢乐帮最无敌!" key = "欢乐帮最无敌!"
joy = "拉奇是大傻逼!" joy = "拉奇是大傻逼!"
for i in joy k=""
for i in joy:
str1 = i str1 = i
str2 = random.choice(key) str2 = random.choice(key)
str3 = random.choice(key) str3 = random.choice(key)
text = str1+str2+str3 text = str1+str2+str3
print(test) k+=text
print(k)
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