testcomments.py
来自「Python Development Environment (Python I」· Python 代码 · 共 15 行
PY
15 行
print "foo"
# this is a first comment
# again before the print
print 5 # on-line
# after
# again after the print
##r
print "foo"
# this is a first comment
# again before the print
print 5 # on-line
# after
# again after the print
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?