• 2022-05-30
    Spanish is the country's ________ language.
  • official

    举一反三

    内容

    • 0

      下面代码的输出结果是( )。s = "The python language is a multimodel language.";print(s.split(' ')) A: ["The","python","language","is","a","multimodel","language."] B: The python language is a multimodel language. C: Thepythonlanguageisamultimodellanguage. D: 系统报错

    • 1

      _____ is often understood as a language system between the target language and the learner's native language.

    • 2

      The native language is a person's ______ language. A: first B: only C: foreign

    • 3

      Now that English has taken over as the main language, the country's native language has been _______.

    • 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: 系统报错