Python变量的简单数据类型

一、注意变量的命名规范

二、字符串类型

修改字符串的方法

例如name = ''hello WORLD"
name.title() 以首字母大写的方式显示每个单词
name.lower() 字符全部小写
name.upper() 字符全部大写

拼接字符串

使用(+)来合并字符串
可以像C语言那样使用\n和\t来添加空白

删除空白

在程序中"python"和"python "完全不同,可以使用一些方法来删除字符串中的空白
v.rstrip() 删除最后的空白
v.lstrip() 删除开头的空白
v.rstrip() 删除同时开头和最后的空白

三、数字

整数、浮点数
将类型转换成字符串str(num)

运算符

符号作用
+加号
-减号
*乘号
/除号
**指数
//取商
%取模

四、拓展

注释

单行注释#
多行注释“”“ content ”“”

import this

The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren’t special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you’re Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it’s a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea – let’s do more of those!
汉化
《Python禅》,龟叔著
美胜于丑。
显式优于隐式。
简单胜于复杂。
复杂总比复杂好。
平的比嵌套的好。
稀疏胜于稠密。
可读性计数。
特殊情况不足以打破规则。
尽管实用性胜过纯洁性。
错误永远不会悄悄地过去。
除非明确沉默。
面对歧义,拒绝猜测的诱惑。
应该有一种——最好只有一种——显而易见的方法来做到这一点。
不过,如果不是荷兰语的话,这种方式一开始可能并不明显。
现在总比没有好。
虽然从来没有比现在更好。
如果实现很难解释,那是个坏主意。
如果实现很容易解释,这可能是一个好主意。
名称空间是一个非常好的主意——让我们做更多的事情吧!

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值