If you meet some new words, just()the dictionary. A、look upB、consultC、conductD、look for
If you meet some new words, just()the dictionary.
A、look up
B、consult
C、conduct
D、look for
相关考题:
Once an English lady came to _____ me. When I was introduced to her she said, "Glad to meet you, Miss Ping." A、findB、look atC、visitD、meet
Many are finding it difficult to make ____ meet, especially whose with young children. a. endb. an endc. ends
It will ( ) your expectations and we offer a full guarantee for three years. A.satisfy withB.satisfyC.meet withD.meet
You ( ) such a long report.The new boss never likes reading a report over 200 words, but you’ve written more than 500 A、needn't have writtenB、needn’t writeC、didn't need writeD、didn’t need to write
A: I’d like ________ information about the school. B: You could have ________ word with the schoolmaster. A.some / aB.an / someC.some / some
以下对于列表的相关操作中哪些项有正确的输出结果?A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print(language) ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print(list('Life is short, you need Python.').count('is')) 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print(x) [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4
以下对于列表的相关操作中哪些项有正确的输出结果?A.>>> language = list('PHP'); >>> language[1:] = 'ython'; >>> print language ['P', 'y', 't', 'h', 'o', 'n']#B.>>> print list('Life is short, you need Python.').count('is') 1#C.>>> x = [2, 3, 0, 4, 1] >>> x.sort() >>> print x [0, 1, 2, 3, 4]#D.>>> words = ['Life', 'is', 'short', 'you', 'need', 'Python'] >>> words.index('you') 4