举一反三
- In time you’ll __________ the beauty of this language. A: appreciate B: appreciates C: appreciated D: appreciating
- You could establish _______ with your audience through verbal language and body language.
- Cultural awareness will help you when you learn the language. After all, language is a ___________ of the culture from which it developed.
- 下面代码的输出结果是( )s="The python language is a scripting language."print(s.split(" ")) #引号之间有空格 A: The python language is a scripting language. B: ['The', 'python', 'language', 'is', 'a', 'scripting', 'language.'] C: 'The', 'python', 'language', 'is', 'a', 'scripting', 'language.' D: ['The' 'python' 'language' 'is' 'a' 'scripting' 'language.']
- If you want to learn a language well, _________ time is necessary.
内容
- 0
I’ll ______ you off this time but next time you will be punished. A: leave B: let C: put D: set
- 1
What will happen if you use language in an improper way A: You'll achieve success. B: You'll never be promoted. C: Traditional people will accuse (指责) you of the violation of law. D: You'll have misunderstanding from other people.
- 2
下面代码的输出结果是( )。s1 = "The python language is a scripting language.";s1.replace('scripting','general');print(s1) A: The python language is a scripting language. B: ["The","python","language","is","a","scripting","language."] C: The python language is a general language. D: 系统报错
- 3
下面代码的输出结果是 s1 = "The python language is a scripting language."s1.replace('scripting','general')print(s1) A: The python language is a scripting language. B: 系统报错 C: The python language is a general language. D: ['The', 'python', 'language', 'is', 'a', 'scripting', 'language.']
- 4
下面代码的输出结果是s1 = "The python language is a scripting language."s1.replace('scripting','general')print(s1) A: The python language is a scripting language. B: ['The', 'python', 'language', 'is', 'a', 'scripting', 'language.'] C: The python language is a general language. D: 系统报错