摘要: https://theprogrammingexpert.com/category/python/ 阅读全文
posted @ 2022-12-22 00:06 MoKin_Li 阅读(21) 评论(0) 推荐(0)
摘要: To perform ceiling division in Python, you can define your own function and utilize the floor division operator //. >>> def ceiling_division(x,y): ... 阅读全文
posted @ 2022-12-22 00:02 MoKin_Li 阅读(93) 评论(0) 推荐(0)