print(2/3) 在python3是0.666666666666,python2是0
print(2//3) 在python3是0,python2是0
posted on 2020-03-12 21:23 gisai 阅读(235) 评论(0) 收藏 举报