python除法、地板除法、取余

Python中分为3种除法:

1./

2.%

3.//地板除,-5//-2=2,-1//-5=0,2//3=0,3//2=1

https://blog.csdn.net/TeFuirnever/article/details/89046679

posted @ 2022-03-16 18:57  Tomorrow1126  阅读(308)  评论(0)    收藏  举报