Python学习3

作者: greatseniorsde | 来源:发表于2018-05-25 04:17 被阅读0次
  • Lambda Expressions

map function


image.png

filter function


image.png

lambda expressin:


image.png
  • OOP
image.png

method for class:


image.png
  • Inheritance and Polymorphism
image.png
  • Special method:

str

len

del


image.png
  • Modules and Packages
    from xxx import yyy

  • Errors and Exception Handling

image.png

相关文章

网友评论

    本文标题:Python学习3

    本文链接:https://www.haomeiwen.com/subject/eyzejftx.html