markup
This commit is contained in:
parent
c9ab70af1c
commit
4957e14b72
|
@ -55,8 +55,10 @@ Core language
|
|||
.bar(4, .foo)
|
||||
|
||||
* Return iterators instead of lists
|
||||
|
||||
- ``dict.keys()``, ``.values()``, ``.items()``
|
||||
- ``range()``, ``zip()``
|
||||
|
||||
* Replace ``print`` by a function: ``write(x,y,z)``,
|
||||
``writeln(x,y,z)`` [2]_
|
||||
* Do something so you can catch multiple exceptions using ``except E1,
|
||||
|
|
Loading…
Reference in New Issue