Commit b0a0a84c by BellCodeEditor

save project

parent 79353ebc
Pipeline #13240 failed in 0 seconds
Showing with 14 additions and 12 deletions
students = ["悟空", "小贝", "八戒", "波奇"]
# 八戒因为要回老家,转学了,请将八戒从班级列表名单中删除
?
# 班上来了一个新同学,名叫"诺依",请将"诺依"加入到班级名单里面
?
# 班上准备开始辩论赛,分为红(red)、蓝(blue)组,
# 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组
red = ?
blue = ?
import random
pw="今交换机我记得天怎么【X=0 9D= Q想二胡未婚夫迫切发脾气吃分切群殴IP父亲哦怕红为烧为小321恶贝,2212时代全球只的23442只委屈,,。。;’【】【【pp我二位请二工区客,,。/‘;【【】、】’;,。/你463655453626272889219102付安抚钱阿多诺阿多诺//‘;。。’】】。"
we="今天想吃红烧小贝,2只2只,我请客,你付钱。"
#for i in range(len(pw)):
# print(pw[i],end="")
s=""
for i in we:
#print(i,end="")
q1=random.choice(pw)
q2=random.choice(pw)
text=i+q1+q2
s=s+text
print(s)
\ 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