python中井号怎么用

图片[1]-python中井号怎么用-uusu优素-乐高,模型,3d打印,编程

注释在编程中是很重要的部分。它能告诉你这段代码是干什么用的,或者用来删除一部分你暂时不需要执行的代码。下面演示的是如何在

python中使用注释:

#Acomment,thisissoyoucanreadyourprogramlater.
#Anythingafterthe#isignoredbypython.
print"Icouldhavecodelikethis."#andthecommentafterisignored
#Youcanalsouseacommentto"disable"orcommentoutapieceofcode:
#print"Thiswon'trun."
print"Thiswillrun."
原文来自:https://www.py.cn
© 版权声明
THE END
喜欢就支持一下吧
点赞13 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容