上传者: 38734361
|
上传时间: 2022-05-19 15:39:39
|
文件大小: 116KB
|
文件类型: PDF
如何用PYTHON制作填词游戏
新建一个PYTHON文档。用JUPYTER NOTEBOOK打开即可。
print(Heart is + color)
print(noun + are red)
print(I like + food)
我们首先确定一下填词的大概方向。
color = input(Please enter a color: )
noun = input(Please enter a noun: )
food = input(Please enter a food: )
print(Heart is + color)
print(n