肖sir__面试第九天课程__python讲解(9.1)
python讲解:
一、python梳理
1、python 数据类型?==》多测师讲解pthon_002字符,列表,元组,字典等
字符串、列表、字典、元组、集合、数值类型、
2、python中常见函数?==》
abs(),len(),open(),type(),print(),set(),max(),min(),int()
input(),help() ,ascii() , list(),tuplu(),dict(),string(), range() ,zip(),str() ,
3、python中常见模块?
==>多测师肖老师__pyhton之模块xlrd(21.2)
(1)time模块
(2)random模块
hashlib模块
os模块
re模块
string模块
xlrd模块
json模块
sys模块
4、python中类的三大特性?
封装、继承、多态
5、python中面试题?
(1)深浅拷贝?
(2)装饰器?
(3) 列表和元组区别?
6、python中编程题?
1、斐波那契数列==》1 1 2 3 5 8 11
2、冒泡排序==》
3、九九乘法口诀表==》python练习三角形,99乘法