Commit fc9bff38 by BellCodeEditor

save project

parent f32b2370
Showing with 11 additions and 6 deletions
message = "诺依,周末一起去看动漫展吧!"
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
for i in range(len(message)):
print(message[i])
\ No newline at end of file
import random
qwert=" "
a=["覅就偶像剧的v似乎hi哦机车u虽然贵hi i阿黄我i若非前往会合我i和覅i啊回家"]
b=["的困难非君子哦兄弟哦急哦急哦从打击走私哦欸经"]
for i in b:
str1=i
str2=random.choice(a)
str3=random.choice(a)
qwert+=str1+str2+str3
print(qwert)
\ 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