Closed thequicksort closed 4 years ago
Migrate some of the Python 2 semantics to Python 3. Most notably, converting "print foo" to "print(foo)" (print as function).
Migrate some of the Python 2 semantics to Python 3. Most notably, converting "print foo" to "print(foo)" (print as function).