Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
title course
Q23
S2 - Intermediate Python Programming

請參考前面的例子,實作 function checkSpeed(speed)。當 speed 大於 $120$,拋出 速度過快 的 exception;當 speed 小於 $120$ ,拋出 速度過慢 的 exception。