编辑:没人会想到的
发布于 2017-04-10 16:31:11
您对打印使用了错误的语法。在Python3x中,打印必需语句,将其括在括号内。
print('%s got :%s expected :%s' % (prefix, repr(got), repr(expected)))
https://stackoverflow.com/questions/43327583
相似问题