举一反三
- What is the official national language?
- refers to the phenomenon that those who do not share a first language communicate with each other in a language that they know. A: national language B: lingua franca C: official language D: world language
- 下面代码的输出结果是( )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.']
- Enlish language is a stress language, while Chinese language is a tone language.
- The official language of the US is ____, and the second most spoken language is ____.
内容
- 0
The language styles taught in this module include the formal language, the ( ) language and the efficient language.
- 1
Now, English is used as the first language and official language in Singapore.
- 2
To use language to talk about language is the m____function of language.
- 3
下面代码的输出结果是( )。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: 系统报错
- 4
下面代码的输出结果是 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.']