当前位置: 首页 > 问答 > Python编程 > 问答详情

python中井号怎么用

09月28日 06:10465人阅读
赵老师 Python编程

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

python中使用注释:

# A comment, this is so you can read your program later.
# Anything after the # is ignored by python.

print "I could have code like this." # and the comment after is ignored

# You can also use a comment to "disable" or comment out a piece of code:
# print "This won't run."

print "This will run."

由上面可知,Python中的#是用来写注释的,而且一般是写单行注释。python学习网,免费的python学习网站,欢迎在线学习!

来自标签:

职业技能申请领取
您的姓名
您的电话
意向课程
点击领取

环球青藤

官方QQ

扫描上方二维码或点击一键加群,免费领取大礼包,加群暗号:青藤。 一键加群

问答来自

赵老师 Python编程
好评率85% 浏览465

相关问题

python中如何画对数函数图?
梦老师 Python编程
如何使用python中range()函数实现逆序遍历?
谷老师 Python编程
python编程的发展方向有哪些?
赵老师 Python编程
课程咨询 学员服务 公众号

扫描关注微信公众号

APP

扫描下载APP

返回顶部