摘要:
1,Python的加,减,乘。除>>> 2 + 2 4 >>> 50 - 5*6 20 >>> (50 - 5*6) / 4 5.0 >>> 8 / 5 # division always returns a floating point number 1.62,Python的取余,取整 >>> 1 阅读全文
posted @ 2018-04-10 16:17 977797420 阅读(116) 评论(0) 推荐(0)
posted @ 2018-04-10 16:17 977797420 阅读(116) 评论(0) 推荐(0)