2022年11月4日
摘要: def division(): "功能,分苹果" print("\n 分苹果了 \n") apple = int(input("请输入苹果个数:")) children = int(input("请输入来了几个小朋友")) result = apple//children remain = appl 阅读全文
posted @ 2022-11-04 20:05 tangjia俊 阅读(60) 评论(0) 推荐(0)