我发现了//Python中的运算符,在Python 3中该运算符与下限相除。
//
是否有一个运算符与ceil分开?(我知道/在Python 3中执行浮点除法的运算符。)
/
没有运算符与ceil分开。您需要import math使用math.ceil
import math
math.ceil