在python中,在我除以變量(k和h)之后,我如何找到方程的余數(shù)?這是我的代碼:h = int(input())
print(k / h)
如何在Python中找到除法的余數(shù)?
叮當(dāng)貓咪
2023-06-27 14:11:31