Discuss / Python / # 2016-01-04

# 2016-01-04

Topic source

73B1001001

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

L = [ ['Apple', 'Google', 'Microsoft'], ['Java', 'Python', 'Ruby', 'PHP'], ['Adam', 'Bart', 'Lisa'] ] print('Apple: %s\nPython: %s\nLisa: %s\n' % (L[0][0],L[1][1], L[2][2]))


  • 1

Reply