mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
Windows screenshots for installing-python chapter
This commit is contained in:
+19
-1
@@ -437,12 +437,30 @@ IndexError: pop from empty list</samp></pre>
|
||||
<li>Any list with at least one item is true.
|
||||
<li>Any list with at least one item is true. The value of the items is irrelevant.
|
||||
</ol>
|
||||
<!--
|
||||
|
||||
<p class=a>⁂
|
||||
|
||||
<h2 id=sets>Sets</h2>
|
||||
<p>FIXME
|
||||
|
||||
<!--
|
||||
{values} and set()
|
||||
|
||||
add() and +
|
||||
in
|
||||
discard() and remove() and pop()
|
||||
|
||||
|
||||
union()
|
||||
intersection()
|
||||
difference()
|
||||
symmetric_difference()
|
||||
|
||||
issubset()
|
||||
issuperset()
|
||||
isdisjoint()
|
||||
-->
|
||||
|
||||
<p class=a>⁂
|
||||
|
||||
<h2 id=dictionaries>Dictionaries</h2>
|
||||
|
||||
Reference in New Issue
Block a user