Commit 54e7d85a by BellCodeEditor

save project

parent 2b26ec8e
Showing with 20 additions and 3 deletions
import random
key = "一个打飞机土豪哥好几遍妇女部分"
message = "诺依,周末一起去亲亲吧!"
for i in message:
str1 = 1
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
print(text)
\ No newline at end of file
list1 = "诺依,周末一起去死刑吧!"
str1 ="/".join(list1)
print(str1)
\ No newline at end of file
message = "诺依,周末一起去亲qin吧!" import random
# 请使用索引的知识,取出message所有元素(不用遍历的方式) num = random.randint(-1,2)
\ No newline at end of file print(num)
\ 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