网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

如何用PYTHON编写是否超速程序

时间:2024-10-13 20:39:46

1、打开JUPYTER NOTEBOOK,新建一个PY文档。

如何用PYTHON编写是否超速程序

3、def caught_speeding(speed, is_birthday): if is_birthday: if speed <= 65: return 0 elif speed >= 66 and speed <=85: return 1 elif speed >= 86: return 2 if not is_birthday: if speed <= 60: return 0 elif speed >= 61 and speed <=80: return 1 elif speed >= 81: return 2 print(caught_speeding(60, False))print(caught_speeding(65, False))print(caught_speeding(65, True))这里是详细的步骤。

如何用PYTHON编写是否超速程序

5、def caught_speeding(speed, is_birthday): more = 0 if is_birthday: more == 5 if speed <= 60 + more: return 0 elif speed >= 81 + more: return 2 else: return 1print(caught_speeding(60, False))print(caught_speeding(65, False))print(caught_speeding(65, True))这也是另一个错误的示范。

如何用PYTHON编写是否超速程序
© 小知经验