Group brainstorming encourages all of the following except:
A Team building
B Uninhibited verbalization
C Decision making
D Analysis of alternatives
E Convergent thinking
第1题:
第2题:
使用try……except……结构时,except后可不必指出异常类型
第3题:
Python处理异常的方式包括:
A.try……except
B.try……except……
C.try……except……except……else
D.try……except……else……finally
第4题:
第5题:
在完整的异常语句中,子句出现的顺序正确的是_______。
A.try—>except—>else—>finally
B.try—>else—>except—>finally
C.try—>except—>finally—>else
D.try—>except—>except—>finally
第6题:
2、MATLAB里的常用帮助命令是?
A.ver
B.help
C.lookfor
D.which