mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
* Replaced list(<generator expression>) with list comprehension * Replaced dict(<generator expression>) with dict comprehension * Replaced set(<list literal>) with set literal * Replaced builtin func(<list comprehension>) with func(<generator expression>) when supported (e.g. any(), all(), tuple(), min(), & max()) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| bytedesign.py | ||
| chaos.py | ||
| clock.py | ||
| colormixer.py | ||
| forest.py | ||
| fractalcurves.py | ||
| lindenmayer.py | ||
| minimal_hanoi.py | ||
| nim.py | ||
| paint.py | ||
| peace.py | ||
| penrose.py | ||
| planet_and_moon.py | ||
| round_dance.py | ||
| sorting_animate.py | ||
| tree.py | ||
| turtle.cfg | ||
| two_canvases.py | ||
| wikipedia.py | ||
| yinyang.py | ||