码迷,mamicode.com
首页 > 其他好文 > 详细

四则运算

时间:2018-12-04 17:07:31      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:print   int   四则运算   bsp   class   color   div   nbsp   pre   

 1 print(2+3)
 2 print(2-3)
 3 print(2*3)
 4 print(2/3)
 5 print(2//3)
 6 print(2%3)
 7 
 8 5
 9 -1
10 6
11 0.6666666666666666
12 0
13 2

 

四则运算

标签:print   int   四则运算   bsp   class   color   div   nbsp   pre   

原文地址:https://www.cnblogs.com/tingtin/p/10064528.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!