jilljenn / tryalgo

Algorithms and data structures for preparing programming competitions: basic and advanced
https://tryalgo.org
MIT License
371 stars 106 forks source link

Revert "Remove ugly global variables" #41

Closed xtof-durr closed 6 years ago

xtof-durr commented 6 years ago

Reverts jilljenn/tryalgo#33

non_local is a keyword that works only in Python3. We want our code to work for the moment on both versions 2 and 3.

louisabraham commented 6 years ago

Haha, sorry about that.