Commit f2adde3d by BellCodeEditor

save project

parent c7d55814
Pipeline #1912 failed in 0 seconds
Showing with 17 additions and 2 deletions
......@@ -9,5 +9,4 @@ for i in students:
# 班上准备开始辩论赛,分为红(red)、蓝(blue)组,
# 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组
red = students
blue =
import random
import random
key = "kit3rh98vwur35hi"
message = "大家长得"
key_message = " "
a = "0494995994059"
for i in message:
str1 = 1
str2 = random,choice(key)
str3 = random,choice(key)
text=strl+str2+str3
key_message =key_message + text
list_a = list(key_message)
list_a.insert(5,a)
result_a="".join(list_a)
print(key_message)
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