用户:
活动喵查看:48 回复:31 评论:48 创建时间:2019-07-19T17:27:49
PS:
1、若有遗漏事项,欢迎训练师们在评论区指出~
2、若想了解更多搬运方法和技巧,可点击链接查看详情:https://shequ.codemao.cn/community/176132
或者在论坛发帖&评论区和大家一起讨论交流哦!
活动喵搬运私信文字版如下,欢迎各位训练师补充~
中文版:
你好,xxx大大,我非常喜欢你的这个作品,我可以将它分享到其他网站上吗?我一定会备注该作品是由你创作的,谢谢!你可以点击链接查看该作品的情况:【插入链接】
英文版:
Dear xxx, Hello!I really like your project and I want to share it with more people on another website. I will note that the project was created by you. Thanks a lot!this is the link:【插入链接】
点赞1
评论
我想搬运一个作品,可是。。。我没下scratch3.0结果报错,能不能把报错程序删了???原链接:https://kada.163.com/project/25喵277-924292.htm
点赞1
评论
编 程 猫 国 际 化
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')点赞1
评论
Scratch的官方网站地址是多少?
我们微机老师说还有一个少儿编程网,如果有Scratch官网那少儿编程网和Scratch是不是一回事?
如果Scratch官网和少儿编程网不是一回事,那少儿编程网的地址又是多少?
感谢回答
点赞0
评论