Commit 5b5176fc by BellCodeEditor

save project

parent b8696804
Pipeline #4850 failed in 0 seconds
Showing with 15 additions and 1 deletions
message='5而是形成VB今天!'
for i in message
print(i)
\ No newline at end of file
import random
key = "热电厂VB你们具有天然房地产VB匿名捐款i从VB你就突然发VB你"
message = "你是人吗?"
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
print(text)
\ No newline at end of file
students = ["悟空", "小贝", "八戒", "波奇"] students = ["悟空", "小贝", "八戒", "波奇"]
# 八戒因为要回老家,转学了,请将八戒从班级列表名单中删除 # 八戒因为要回老家,转学了,请将八戒从班级列表名单中删除
?
# 班上来了一个新同学,名叫"诺依",请将"诺依"加入到班级名单里面 # 班上来了一个新同学,名叫"诺依",请将"诺依"加入到班级名单里面
? ?
......
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