• 2022-06-19
    中国大学MOOC: ls = [1, 2, 3, 4, 5]ls.append([6, 7, 8])print(len(ls))代码的输出结果是?
  • 举一反三