cpython/Lib/turtledemo
Jon Dufresne 3972628de3 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
* 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())
2017-05-18 07:35:54 -07:00
..
__init__.py
__main__.py Issue #27117: Make colorizer htest and turtledemo work with dark theme. 2016-05-29 01:40:22 -04:00
bytedesign.py Removed unused imports. 2016-04-25 00:12:32 +03:00
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 Removed unused imports. 2016-04-25 00:12:32 +03:00
round_dance.py
sorting_animate.py
tree.py
turtle.cfg
two_canvases.py
wikipedia.py bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) 2017-05-18 07:35:54 -07:00
yinyang.py