I have found two ways of taking floors in Python: the first one is: 3.1415 // 1 and the second one is : import math math.floor(3.1415)
確定! 回上一頁