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