a6657266的个人博客分享 http://blog.sciencenet.cn/u/a6657266

博文

python中换行符

已有 9004 次阅读 2013-7-10 10:03 |系统分类:科研笔记| Python, 换行符

http://docs.python.org/2/reference/lexical_analysis.html#explicit-joining

 

反斜杠:

  if 1900<year<2100 and 1<=month<=12  

     and 1<=day<=31 and 0<=hour<24
      and 0<=minute<60 and 0<=second<60:   # Looks like a valid date
       return1

  反斜杠不能用于#comment的续行

在圆括号、方括号以及大括号中分行,可以不用反斜杠,直接回车分行

month_names=['Januari','Februari','Maart',      # These are the

'April',   'Mei',      'Juni',       # Dutch names

 'Juli',    'Augustus','September',  # for the months
 'Oktober','November','December']   # of the year



https://blog.sciencenet.cn/blog-571755-706879.html

上一篇:python中tuple的用法
下一篇:python 专用类方法
收藏 IP: 210.72.26.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-12-21 23:43

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部