Commit 52e6ee34 by BellCodeEditor

auto save

parent ba255c88
Pipeline #12801 failed in 0 seconds
Showing with 43 additions and 5 deletions
import random
qq="henry=SB"
gg=random.choices(qq)
print(gg)
\ No newline at end of file
import random
key = "mcdknvcndavnoan次哦能从v哦风女哦i内哦牛"
message = "henry没实力"
key_message = ""
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
texw = str1+str2+str3
key_message = key_message+texw
print(key_message)
\ No newline at end of file
students = ["悟空", "小贝", "八戒", "波奇"]
#import random
qq="henry=SB"
j="henry=FW"
gg=random.choices(qq)
r=random.choices(qq)
qw=len(j)
o=0
while o<qw:
ll=j[o]
o += 1
q=o
for i in j:
print(i)
tt=o+gg+r+i+nn
print(tt)
# 八戒因为要回老家,转学了,请将八戒从班级列表名单中删除
?
# 班上来了一个新同学,名叫"诺依",请将"诺依"加入到班级名单里面
?
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