A.monitor traffic
B.show interfaces
C.monitor interface
D.show traffic counts
第1题:
设将单词保存在变量word中,使用一个字典类型 counts={}统计单词出现的次数,可采用以下代码()
A.counts[word] = count[word]+ 1
B.counts[word] = 1
C.counts[word] = count.get(word , 0)+1
D.counts[word] = count.get(word ,1)+1
第2题:
3、统计DataFrame对象stu中各‘省份’同学人数的方法是________。
A.stu[].value_counts(‘省份’)
B.stu[‘省份’].count()
C.stu[‘省份’].value_counts()
D.pd.value_counts(stu[‘省份’])
第3题:
统计DataFrame对象stu中各‘省份’同学人数的方法是________。
A.stu[].value_counts(‘省份’)
B.stu[‘省份’].count()
C.stu[‘省份’].value_counts()
D.pd.value_counts(stu[‘省份’])
第4题:
设将单词保存在变量wond中,使用一个字典类型countis ={}统计单词出现的次数, 可采用以下代码
A.counts[ word] = count[word] + |
B.counts[ word] = 1
C.counts[ word] = count.get(word,0) + 1
D.counts[ word」= count.get(word,1) + 1
第5题:
设将单词保存在变量 word 中,使用一个字典类型 counts={},统计单词出现的次数可采用以下代码
A.counts[word] = count.get(word,0) + 1
B.counts[word] = count.get(word,1) + 1
C.counts[word] = 1
D.counts[word] = count[word] + 1
第6题:
14、设将单词保存在变量wond中,使用一个字典类型countis ={}统计单词出现的次数, 可采用以下代码
A.counts[ word] = count[word] + |
B.counts[ word] = 1
C.counts[ word] = count.get(word,0) + 1
D.counts[ word」= count.get(word,1) + 1