A. turtle B. random C. math D. jieba
A. for B. then C. break D. continue
A. 四月 B. 二月 C. 八月 D. 五月
A. random(10) B. randint(1,10) C. randomint(1,11) D. uniform(1,10)
A. [2,2,2] B. [4,5,6,2] C. [4,5,6,4,5,6] D. 没有结果
A. "abc">"abcd" B. "python">="python" C. "1">"" D. True==3>2
A. <class 'int'> B. <class 'str'> C. <class 'float'> D. <class 'number'>
A. 对 B. 错