python学习_运算
程序员文章站
2022-05-08 18:49:02
1.数据类型 1.1数字 整型int,如2 浮点型float,如3.14和314E-2 复数complex,如(-5+4) 1.2布尔值 真或假 1或0 1.3字符串 'hello world' 2.数据运算 3.三元运算 1 result = 值1 if 条件 else 值2 如果条件为真:res ......
1.数据类型
1.1数字
整型int,如2
浮点型float,如3.14和314E-2
复数complex,如(-5+4)
1.2布尔值
真或假
1或0
1.3字符串
'hello world'
2.数据运算
http://www.runoob.com/python/python-operators.html
3.三元运算
1 result = 值1 if 条件 else 值2
如果条件为真:result = 值1
如果条件为假:result = 值2
上一篇: 你一定不知道红枣这么吃最补人
下一篇: 调味品竟然有这些功效 真是让人想不到