Skip to content
Super9
technical study blog
Python
Dev
Ops
Misc
Quote
Search for...
Super9
technical study blog
Navigation Menu
Navigation Menu
Python
Dev
Ops
Misc
Quote
floor
Floor Operation & Modulo Operation
2018 年 8 月 18 日
Python
a = b * (a // b) + (a % b)