最佳答案
我发现了 Python 中的 //操作符,它在 Python 3中用 floor 进行除法。
是否存在一个用 ceil 分割的算符?(我知道 /操作符,它在 Python 3中进行浮点除法。)