不定項(xiàng)選擇
A."hello" B.’hello’ C."" D.’’
多項(xiàng)選擇題
A.函數(shù)必須有返回值 B.函數(shù)中所有的return都會(huì)執(zhí)行到 C.定義函數(shù)用def關(guān)鍵字 D.函數(shù)必須有參數(shù)
單項(xiàng)選擇題
A.keys B.values C.items D.key
A.字典 B.集合 C.函數(shù) D.列表
A.[1,2] B.[1,2,3] C.[1,2,3,4] D.程序異常
A.10 B.5 C.0 D.程序異常
A.h B.e C.hello D.o
A.1 B.2 C.3 D.4
A.形參 B.實(shí)參 C.形參實(shí)參都有 D.不確定
A.[1,1,4,27] B.[0,1,4,27] C.[1,1,4,9] D.程序異常