机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
陈老师
更新时间:
2024-08-02 11:00
浏览:
34次
点赞:
0次
热度:
20
while True: a = int(input()) b = int(input()) c = int(input()) if a + b + c <= 200: if a <= 80 and b <= 80 and c <=80: print("可以邮寄") break else: print("不能邮寄") else: print("不能邮寄")
点赞成功
分享作品
×