首页 试题详情
单选题

运行以下程序,输出结果的是: print(" love ".join(["Everyday","Yourself","Python",]))

AEveryday love Yourself

BEveryday love Python

Clove Yourself love Python

DEveryday love Yourself love Python

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    运行以下程序输出结果print( love .join([Everyday,Yourself,Python,]))

    答案解析

  • 单选题

    运行以下程序输出结果:str1 = Nanjing Universitystr2 = str1[:7] + Normal + str1[-10:]print(str2)

    答案解析

  • 单选题

    阅读下面程序:set_01 = {‘a‘, ‘c‘, ‘b‘, ‘a‘}set_01.add(‘d‘)print(len(set_01))运行程序以下输出结果正确( )。

    答案解析

  • 单选题

    运行下面代码段,输出结果为()。print (bool (‘False‘)) print(bool)

    答案解析

  • 单选题

    运行以下Python程序输出结果为(      )。For c in abcd:     print(c,end=*)

    答案解析

热门题库