pycharm中添加注释的方法:
1、在程序行前面加“#”
2、将需要注释的代码用'''—-''' 包起来,此方法类似C的注释方法
3、方法一的快捷方式:将需要注释的代码选中然后利用“Ctrl+/”进行注释
#test=input('>>>') #print(test) #l=len(test) #print(l) #r=range(l) #foriteminr: #print(item,test[item])原文来自:https://www.py.cn
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容