举一反三
- Enlish language is a stress language, while Chinese language is a tone language.
- According to some linguistics, Chinese language is a reader responsible language while English is a writer responsible language.
- While learning Mandarin, students will feel the beauty of dialects, which will help them to have a deeper understanding of Chinese folk customs and have a deeper understanding of the Chinese language.
- 中国大学MOOC: English is an analytic language whereas Chinese is a synthetic language.
- I'm ______ Chinese and I do feel ______ Chinese language is ______ most beautiful language. A: /; the; a B: a; /; the C: a; the; / D: a; /; a
内容
- 0
With China’ increased role in the world, more and more foreigners are deeply attracted by the Chinese language and culture and gradually acquire the language.( )
- 1
下面代码的输出结果是( )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.']
- 2
In language , Mandarin is marked, while Cantonese is unmarked.
- 3
English is a language while Chinese is a language. A: subject-prominent, topic prominent B: topic-prominent, subject-prominent C: object-prominent, topic-prominent D: object-prominent, subject-prominent
- 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: 系统报错