0
点赞
收藏
分享

微信扫一扫

注释和debug

J简文 2022-02-23 阅读 33
python

注释

 # 单行注释
'''
多行注释
'''
print('hello,world')

debug

打断点 --> debug文件名
Debugger:变量及其细节
Console:输出
StepOver:按步执行

举报

相关推荐

0 条评论