
from __future__ import divisiona = 23b = 45c = 16round((a/b)*0.9*c)
结果是:
TypeError: 'int' object is not callable.
如何将输出舍入为整数?
欢迎分享,转载请注明来源:内存溢出

from __future__ import divisiona = 23b = 45c = 16round((a/b)*0.9*c)
结果是:
TypeError: 'int' object is not callable.
如何将输出舍入为整数?
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)