用户:
一个附魔的金苹果查看:0 回复:0 评论:0 创建时间:2023-11-22T21:28:39
【作品展示】

【作品介绍】
666
【作品源代码】
# 1-1
'''
and as assert braek class continue def
doi elif else except finally for from false
global if import in is lambda nonlocal not none
or pass raise teturn try true while with yield
'''
# 33个保留字
'''重点!!!'''
# 1-2
'''
print('字符串,数字')
x = 'asd'
# 给1-2赋值
print(x)
'''
# 1-3
'''
b = int(input('请输入一个数。'))
a = int(input('请输入一个数。'))
C = (a * b)
print(C)
'''
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn