hausaufgabe--python 12-List comprehensions

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hausaufgabe--python 12-List comprehensions相关的知识,希望对你有一定的参考价值。

000-- List comprehensions

技术分享

 技术分享

Above one is equal to :

技术分享

 

 

 

 

for the first one, it‘s equal to :

技术分享

 

 

001-- list functions:

list.sort()

list.reverse() == list.sort(reverse=true)

list.copy()

list.clear() __ the list still exist, but it‘s a empty list after clear.

 

以上是关于hausaufgabe--python 12-List comprehensions的主要内容,如果未能解决你的问题,请参考以下文章

hausaufgabe--python 26 -Dict 2

hausaufgabe--python 16- Sequenz

Hausaufgabe--Python 04

hausaufgabe--python 22- Recurse

Hausaufgabe--Python 02

hausaufgabe--python 31 - Pickle