INFO1110 Week 6 每周题库 · While Loops & Errors while 循环与异常
Week 6 精选练习:while 循环、循环控制与常见异常。Curated practice on while loops and error handling.
0题目
0已练习
0%你的正确率
~0 分钟预计时间
W06 While Loops & Errors while 循环与异常
What is the purpose of raising an exception in your code?
W06 While Loops & Errors while 循环与异常
What is the value of out?
W06 While Loops & Errors while 循环与异常
What is the purpose of the try statement in Python?
W06 While Loops & Errors while 循环与异常
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
W06 While Loops & Errors while 循环与异常
What is the purpose of the raise statement in Python?
你的进度
0%0 / 15
已练 0 / 15 · 正确率 0%