用户:
SPEW查看:0 回复:0 评论:0 创建时间:2021-05-14T22:24:04
【作品展示】

【作品介绍】
还没做完,以后还会再更新。致我的世界玩家,不喜勿喷。
【作品源代码】
mark = 0
print('minecraft examination')
A = '@a'
B = '@e'
C = '@s'
D = '@p'
print('1.Which of the following is used in an instruction to mean all entities?(10 points)')
ans = input('A.@a\nB.@e\nC.@s\nD.@p\n')
if (ans == 'B'):
mark += 10
A = 'witch'
B = 'creeper'
C = 'wither'
D = 'dolphin'
print('2.Which of the following is not a hostile creature?(10 points)')
ans = input('A.@witch\nB.creeper\nC.wither\nD.dolphin\n')
if (ans == 'D'):
mark += 10
print('mark:',mark)
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn