注释
# 单行注释
'''
多行注释
'''
print('hello,world')
debug
打断点 --> debug文件名
Debugger:变量及其细节
Console:输出
StepOver:按步执行
注释和debug
阅读 33
2022-02-23
# 单行注释
'''
多行注释
'''
print('hello,world')
打断点 --> debug文件名
Debugger:变量及其细节
Console:输出
StepOver:按步执行
相关推荐
精彩评论(0)