COMP9001 Week 9 每周题库 · Flow Control & Exceptions 流程控制与异常
Week 9 精选练习:流程控制与异常处理。Curated practice on flow control and exceptions.
0题目
0已练习
0%你的正确率
~0 分钟预计时间
W09 Flow Control & Exceptions 流程控制与异常
What is the purpose of raising an exception in your code?
W09 Flow Control & Exceptions 流程控制与异常
What exception should be used at <Error> to complete the function?
W09 Flow Control & Exceptions 流程控制与异常
What is the value of out?
W09 Flow Control & Exceptions 流程控制与异常
What is the purpose of the try statement in Python?
W09 Flow Control & Exceptions 流程控制与异常
What error (if any) will the following code produce when executed by Python?this, that = 0, 0 if this = that: that = this elif that: this = that
你的进度
0%0 / 15
已练 0 / 15 · 正确率 0%