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

博文

Python3: if statement

已有 2394 次阅读 2017-5-31 16:38 |个人分类:Python|系统分类:科研笔记| statement

if ():

elif (): # elif部分可省略

else:  # else部分可省略


脚本示例:

注:

1. 函数头 if/elif/else 以冒号:结尾

2. 函数体 print 前需要缩进(4个空格),否则会报错:IndentationError: expected an indented block (代码缩进).


输出结果:

a is greater than b

str1 is equal to str2



https://blog.sciencenet.cn/blog-3031432-1058222.html

上一篇:Emacs: 系列教程 & GNU Emacs Reference Card
下一篇:python 神器
收藏 IP: 134.1.1.*| 热度|

0

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

数据加载中...

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

GMT+8, 2025-1-10 16:15

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部