python a=10 b=1 c=b// (b/a) print (c) 9.0 日期:2021-07-25 16:16:10 人气:1 python a=10 b=1 c=b// (b/a) print (c) 9.0