Python学习3
2018-05-25 本文已影响0人
greatseniorsde
- Lambda Expressions
map function
image.png
filter function
image.png
lambda expressin:
image.png
- OOP
method for class:
image.png
- Inheritance and Polymorphism
- Special method:
str
len
del
image.png
-
Modules and Packages
from xxx import yyy -
Errors and Exception Handling