Discuss / Python / 学习交作业

学习交作业

Topic source

杨旭buaa

#1 Created at ... [Delete] [Delete and Lock User]

- coding:utf-8 _

L = [

['Apple','Google','Microsoft'],

['Java','Python','Ruby','PHP'], ['Adam','Bart','Lisa'] ]

打印apple

print(L[0][0])

打印Python

print(L[1][1])

打印Lisa

print(L[2][2])

抗抑指南

#2 Created at ... [Delete] [Delete and Lock User]

为毛我交不了作业

抗抑指南

#3 Created at ... [Delete] [Delete and Lock User]

抱歉,借宝地试一下,已解决,打扰


  • 1

Reply