定义两个整型 a,b,分别求其integer division,float division:
a = 4 b = 3 a//b = 1 a/b = 1.33333333333
本文标题:python之整除实现
本文链接:https://www.haomeiwen.com/subject/jefcfctx.html
网友评论