Python 条件判断的缩写方法


Posted in Python onSeptember 06, 2008

return (1==1) ? "is easy" : "my god" //C#中的用法
其实,在Python中,是这样写的:
print (1==2) and 'Fool' or 'Not bad'
输出结果:
Not bad

Python 相关文章推荐
详解Django框架中用户的登录和退出的实现
Jul 23 Python
Python3 模块、包调用&路径详解
Oct 25 Python
python 爬虫 批量获取代理ip的实例代码
May 22 Python
python range()函数取反序遍历sequence的方法
Jun 25 Python
pandas 将索引值相加的方法
Nov 15 Python
python 字段拆分详解
Dec 17 Python
使用Python合成图片的实现代码(图片添加个性化文本,图片上叠加其他图片)
Apr 30 Python
python等待10秒执行下一命令的方法
Jul 19 Python
Python3爬虫关于代理池的维护详解
Jul 30 Python
Django路由层URLconf作用及原理解析
Sep 24 Python
python入门教程之基本算术运算符
Nov 13 Python
Pytorch实现图像识别之数字识别(附详细注释)
May 11 Python
Python 可爱的大小写
Sep 06 #Python
Python 除法小技巧
Sep 06 #Python
Python translator使用实例
Sep 06 #Python
Python 字符串中的字符倒转
Sep 06 #Python
Python  连接字符串(join %)
Sep 06 #Python
Python strip lstrip rstrip使用方法
Sep 06 #Python
Python ljust rjust center输出
Sep 06 #Python
You might like
PHP基于面向对象实现的留言本功能实例
2018/04/04 PHP
setAttribute 与 class冲突解决
2008/02/17 Javascript
jquery ui dialog里调用datepicker的问题
2009/08/06 Javascript
jquery radio 操作代码
2011/03/16 Javascript
Jquery的hover方法让鼠标经过li时背景变色
2013/09/06 Javascript
Jquery使用Firefox FireBug插件调试Ajax步骤讲解
2013/12/02 Javascript
jQuery 1.9移除了$.browser可以使用$.support来替代
2014/09/03 Javascript
轻松创建nodejs服务器(10):处理POST请求
2014/12/18 NodeJs
JS实现判断碰撞的方法
2015/02/11 Javascript
jQuery实现获取table表格第一列值的方法
2016/03/01 Javascript
jQuery基础的工厂函数以及定时器的经典实例分析
2016/05/20 Javascript
Vue.js双向绑定操作技巧(初级入门)
2016/12/27 Javascript
基于jQuery实现的打字机效果
2017/01/16 Javascript
jQuery设置图片等比例缩小的方法
2017/04/29 jQuery
js和jquery中获取非行间样式
2017/05/05 jQuery
[01:42:49]DOTA2-DPC中国联赛 正赛 iG vs PSG.LGD BO3 第一场 2月26日
2021/03/11 DOTA
python中使用urllib2获取http请求状态码的代码例子
2014/07/07 Python
Python Queue模块详解
2014/11/30 Python
python3实现全角和半角字符转换的方法示例
2017/09/21 Python
matplotlib 纵坐标轴显示数据值的实例
2018/05/25 Python
Python封装原理与实现方法详解
2018/08/28 Python
python基于SMTP协议发送邮件
2019/05/31 Python
python装饰器练习题及答案
2019/11/01 Python
使用Python的networkx绘制精美网络图教程
2019/11/21 Python
Python协程 yield与协程greenlet简单用法示例
2019/11/22 Python
Python爬虫入门有哪些基础知识点
2020/06/02 Python
keras实现theano和tensorflow训练的模型相互转换
2020/06/19 Python
Python中lru_cache的使用和实现详解
2021/01/25 Python
CSS3 中的@keyframes介绍
2014/09/02 HTML / CSS
欧迪办公美国官网:Office Depot
2016/08/22 全球购物
优秀大学生职业生涯规划书
2014/02/27 职场文书
初中优秀班集体申报材料
2014/05/01 职场文书
付款承诺函范文
2015/01/21 职场文书
大学文艺委员竞选稿
2015/11/19 职场文书
2019奶茶店创业计划书范本!
2019/07/15 职场文书
详解ZABBIX监控ESXI主机的问题
2022/06/21 Servers