举一反三
- __________ a foreign language is not an easy thing. A: To master B: Master
- The structural linguists hold that the habits of the students’ native language are thought to______with their attempts to master the foreign language.
- _______ seeing is believing is a famous proverb to most of us
- As the old saying goes "Seeing is believing", seeing is surely the most effective way of communication.
- As the old saying goes "Seeing is believing", seeing is surely the most effective way of communication. Hearing and seeing.
内容
- 0
下面代码的输出结果是( )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.']
- 1
It is easy to learn _language.
- 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: 系统报错