• 2022-05-29
    下面代码的输出结果是()。
    A: ----Python:ASuperlanguage----
    B: Python----:----ASuperlanguage
    C: ----Python:----ASuperlanguage
    D: Thepythonlanguageisamultimodellanguage.
  • A

    举一反三

    内容

    • 0

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

    • 1

      以下代码的输出结果是什么print("Python!"[:-1]) A: Python! B: python C: Python D: python!

    • 2

      下面代码的输出结果是( )。s = "The python is a good language."print(s.split(' ')) A: Thepythonisagoodlanguage. B: ['The', 'python', 'is', 'a', 'good', 'language.'] C: The python is a good language. D: The, python, is, a, good, language

    • 3

      下面代码的输出结果是‪( )。>;>;>; a,b,c,d,e,f="Python">;>;>; b

    • 4

      下面代码的输出结果是‪‬‪‬‪‬‪‬‪‬‮‬‪‬‫‬‪‬‪‬‪‬‪‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‪‬‪‬‮‬‫‬‪‬‪‬‪‬‪‬‪‬‪‬‮‬‭‬‪‬‪‬‪‬‪‬‪‬‪‬‮‬‪‬‪‬‪‬‪‬‪‬‪‬‪‬‮‬‫‬‭‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬ for i in "Python": print(i,end=" ")