python - How do you round UP a number? - Stack Overflowhttps://stackoverflow.com/questions/2356501/how-do-you-round-up-a-number解决问题的方法如上
import math print(int(math.ceil(4.2)))
奇数:Prime number

python - How do you round UP a number? - Stack Overflowhttps://stackoverflow.com/questions/2356501/how-do-you-round-up-a-number解决问题的方法如上
import math print(int(math.ceil(4.2)))
奇数:Prime number