当前位置:网站首页>python学习 day1——基础学习
python学习 day1——基础学习
2020-11-08 08:04:00 【osc_1mofhvr6】
1.python
python是一门解释型语言,也是弱类型编程语言。
2.变量
变量是一个用来存储数据的名字,可以在程序执行的过程中被多次调用。
2.1 变量的命名规则
1.有字母、数字、下划线组成
2.不能以数字开头,也不能是纯数字
3.不能是关键字
4.区分大小写
注意
1.变量命名不要太长
2.变量名要有意义
3.变量名不要是中文
4.可以采取驼峰式和下划线式命名
驼峰式命名:ageSexFamel,除首字母单词外其他单词的首字母均大写
下划线命名:age_sex_famel
3.数据类型
int (整数类型),可以进行操作运算,+, -, * ,/ ,%(取余) ,//(取整)
str (字符串类型),可以进行拼接和重复,+ (字符串拼接)*(字符串重复),使用单引号,双引号,三引号引起来的都是字符串
bool(布尔值),只有True和False两个值
4.条件语句 if else
- 仅有if条件语句
if 条件:
代码块
执行流程为:当条件成立,执行代码块
2.if && else
if 条件:
代码块1
else:
代码块2
执行流程,当条件成立,执行代码块1,否则执行代码块2,两个里面执行1个。
3.if && elif && else
if 条件1:
代码块1
elif 条件2:
代码块2
…
else:
代码块n
执行流程:如果满足条件1,就执行代码块1,如果满足条件2,就执行代码块2,如果所有条件都不满足,则执行else后面的代码块,从上往下,依次执行,如果有符合的条件,程序停止。
版权声明
本文为[osc_1mofhvr6]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4356644/blog/4707850
边栏推荐
- More than 50 object detection datasets from different industries
- OSChina 周日乱弹 —— 之前呢,我一直以为自己是个……
- The most detailed usage guide for perconaxtradbcluster8.0
- Littlest JupyterHub| 02 使用nbgitpuller分发共享文件
- 16. File transfer protocol, vsftpd service
- Summary of knowledge points of Jingtao project
- The software in your host has terminated an established connection. resolvent
- SQL Server 2008R2 18456 error resolution
- Solve the problem of rabbitmq message loss and repeated consumption
- golang 匿名结构体成员,具名结构体成员,继承,组合
猜你喜欢
数据科学面试应关注的6个要点
[original] about the abnormal situation of high version poi autosizecolumn method
iOS 学习笔记二【cocopods安装使用和安装过程中遇到的问题及解决办法】【20160725更新】
ts流中的pcr与pts计算与逆运算
C language I blog assignment 03
IOS learning note 2 [problems and solutions encountered during the installation and use of cocopods] [update 20160725]
Unparseable date: 'Mon Aug 15 11:24:39 CST 2016',时间格式转换异常
Insight -- the application of sanet in arbitrary style transfer
Face recognition: attack types and anti spoofing techniques
Search and replace of sed
随机推荐
C++基础知识篇:C++ 基本语法
Lay UI left tree Dtree right list table
About the promotion of the whole stack of engineers, from the introduction to give up the secret arts, do not click in to have a look?
ts流中的pcr与pts计算与逆运算
Get tree menu list
WPF personal summary on drawing
分布式共识机制
面部识别:攻击类型和反欺骗技术
Daily challenges of search engines_ 4_ External heterogeneous resources - Zhihu
IOS upload app store error: this action cannot be completed - 22421 solution
Application of bidirectional LSTM in outlier detection of time series
5G+AR出圈,中国移动咪咕成第33届中国电影金鸡奖全程战略合作伙伴
搜索引擎的日常挑战_4_外部异构资源 - 知乎
CPP (3) what is cmake
Visual studio 2015 unresponsive / stopped working problem resolution
京淘项目知识点总结
M-end software product design considerations - Zhihu
Face recognition: attack types and anti spoofing techniques
China Telecom announces 5g SA commercial scale in 2020
Everything is 2020, LINQ query you are still using expression tree