Open tbhaxor opened 6 years ago
I think a better change might be to just convert the code? But yes, a good early change would be to add snippets such as this. However, this should be replaced with pure python3 code in the future.
may i take the responsibility, after march ?
@tbhaxor By all means, go for it! :+1:
i believe in updating all code to py3
what do you think @AdiChat and @arnavb ?
I would like to work on this.
@mansiag @tbhaxor Sure, like I said, go for it! Python 2 is getting old...
@mansiag lemme take this :D I have committed changes only 2 3 directories are left
@tbhaxor You've gone through nearly every single Python 2 file?
Wow... 👏 👏
@arnavb never doubt on my dedication :laughing:
@mansiag please allow me to open other Pull Request
@tbhaxor Can I work on this segment or should I delete this PR? I wont make any other changes. Thanks:smile:
@mansiag review all code in code/data_structures
:smile:
@tbhaxor Thanks:smile:
This is a(n):
Details:
Python 2 will be obsoleted in ~2 years. Some of your use python 2 functions like
Changes to be made
import print from future
change xrange to range
change raw_input to range