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