Discuss / Python / 2

CliffVon

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

L = [ ['Apple', 'Google', 'Microsoft'], ['Java', 'Python', 'Ruby', 'PHP'], ['Adam', 'Bart', 'Lisa'] ] a=L[0][0] b=L[1][1] c=L[2][2] print('%s,%s,%s'%(a,b,c))


  • 1

Reply