fork download
  1. # your code goes here
  2. a = [1, 2, ['AB', 'CDE', ['FGH', 'IJK']]]
  3.  
  4. print(a[2][0][0])
Success #stdin #stdout 0.03s 9568KB
stdin
Standard input is empty
stdout
A