print("something")
is the syntax of the python3.
in python2, it is print "something"
.
Add the following code to the first line of the code, then you can use print(...)
in python2.7:
from __future__ import print_function
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…