Discuss / Python / 代码

代码

Topic source
# -*- coding: utf-8 -*-L = [    ['Apple', 'Google', 'Microsoft'],    ['Java', 'Python', 'Ruby', 'PHP'],    ['Adam', 'Bart', 'Lisa']]print(L[0][0],L[1][1],L[2][2])

le-wild

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

这道题可以在python打?


  • 1

Reply