用户:
ntu查看:0 回复:0 评论:0 创建时间:2023-03-19T09:45:14
【作品展示】

【作品介绍】
rfwcre
【作品源代码】
import random
x = 0
y = 100
while True:
a = input('eat or lay')
if (a == 'eat'):
print('香')
y += 10
elif (a == 'lay'):
print('生')
x += 100000000
y -= 1
else:
print('…………………………………………………………………………………………………………………………………………………………………………………………………………………………')
if y>200:
print("喵")
if y<0:
print("喵")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn