brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 502 forks source link

comment was missing #26

Closed oztalha closed 9 years ago

oztalha commented 9 years ago

order not preserved info added to the comment

brennerm commented 9 years ago

Could you change the list to something like

items = [2, 2, 3, 3, 1]

And please add yourself to the contributors :)

oztalha commented 9 years ago

done.

brennerm commented 9 years ago

Thanks!