[issue37713] 2to3 division problems leading to program crashes in Python3

2019-07-29 Thread Xinmeng Xia
New submission from Xinmeng Xia : The snake game will report a crash in Python3: Traceback (most recent call last): File "/home/xxm/Desktop/instrument/datasetpy3/Snake_game/runGame.py",line 20, in w.addch(food[0], food[1], curses.ACS_PI) TypeError: integer argument expected,

<    1   2