05-08-2020, 01:39 PM
(This post was last modified: 05-08-2020, 01:40 PM by remkonoteboom.)
Also, you could just put this on top of the file:
Code:
import six
if six.PY2:
input = raw_input