Kaydet (Commit) 87426cb1 authored tarafından Georg Brandl's avatar Georg Brandl

Fix misleading example.

üst 07c19eaa
......@@ -547,8 +547,9 @@ list or clear it entirely::
The built-in function :func:`len` also applies to lists::
>>> a = ['a', 'b', 'c', 'd']
>>> len(a)
8
4
It is possible to nest lists (create lists containing other lists), for
example::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment