score_diff (获取比分差异)

score_diff()

返回当前比分差异,如果为正则为我方领先,如果为负则对方领先。

返回

比分差

返回类型

int

实际案例

>>> import opt
>>> print(opt.score_diff())
0