有没有人看着,差多少

👁️ 4 人浏览 💬 0 人评论 ❤️ 添加收藏

运行下面这段程序,填写它打印出来的结果。

down_per_month = 4
human_minutes = 30
auto_minutes = 1
print(str(down_per_month * human_minutes) + "/"
      + str(down_per_month * auto_minutes) + "/"
      + str(down_per_month * (human_minutes - auto_minutes)))
提交你的答案
请登录后提交答案。
去登录
代码编辑器
Ctrl + Enter 运行
本次输入:
输出:

                        
👩‍🏫
AI
💬 题目评论

全部评论