17bebbd0f23e36bd37832c8ee0401b7fa7723631
Convert python 2 constructs to python 3 compatible ones. In python 3, print is a function, so use write methods (which are always functions) instead. In python3 keys() returns an iterator, rather than a list. This means you can't change the data structure that is being iterated over. Converting this iterator into a list mimics the python 2 behavior.
Описание
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Разное
1.1%