Lv.1
我是一位初中生,喜欢Python。 我的skype是760966144@qq.com
签名:用Python制作分数管理程式
在 【诚信之约 】scratch作品搬运注意事项! 中回复
编 程 猫 国 际 化
answer = ''
Car_started = False
Car_Stopped = True
while answer != quit:
answer = input("> ")
if answer == 'help' :
print('''
Start ———————— To start the car
Stop ———————— To stop the car
quit ———————— To quit the game
''')
elif answer == 'start':
if Car_started :
print('The car is already started')
else:
print('Car started')
Car_started = True
elif answer == 'stop' :
if Car_Stopped :
print('The car is already stopped')
else:
Car_Stopped = False
print('Car stopped')
elif answer == quit:
print('Game quited')
else:
print(f'there is no command about "{answer}" , you can type"help" to get help')2020-01-28T22:51:40 点赞:1
在 (持续更新)编程猫网站考古 中回复
1.5番外:过去的我的世界mod编辑器,满满的怀念
网址:http://web.archive.org/web/20170727123341/http://mcpe.cod喵/
如图:
2020-02-16T09:13:37 点赞:0
在 【公告】申诉流程指南 中回复
你的帖子himboy的道歉信被举报“引战”,经管理员核实被判定为违规帖,已被删除,如有问题可前往反馈。 我在里面说了迷你世界是 垃_&%圾游戏就被删除,说客观事实有问题吗???
2020-05-04T18:10:34 点赞:0