Commit 9e252422 by BellCodeEditor

save project

parent 96ff03f4
Showing with 10 additions and 0 deletions
import random
list1=["我","妈妈","爸爸","妹妹","哥哥","小贝"]
list2=["在客厅","在书房","在花园"]
list3=["唱歌","跳舞","打游戏","讲故事","喝可乐","学编程"]
people=random.choice(list1)
where=random.choice(list2)
doing=random.choice(list3)
print(people+where+doing)
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