OK. I was thinking about using this at work, and read through it. But will it work? Or I caught it at a weird in-between Py2 and Py3 and master is most up to date ?
Just a read through has me confused, and it might be my skill level. But.
1) izip_longest disappears in Python 3
2) raw_input also
3) but then it uses print() and not print but no from __future__ import print_function import.
OK. I was thinking about using this at work, and read through it. But will it work? Or I caught it at a weird in-between Py2 and Py3 and master is most up to date ?
Just a read through has me confused, and it might be my skill level. But.
1)
izip_longest
disappears in Python 3 2)raw_input
also 3) but then it usesprint()
and notprint
but nofrom __future__ import print_function
import.