fork download
  1. #python code goes here
  2. #python version :3
  3. names1 = ['Amir', 'Barry', 'Chales', 'Dao']
  4. names2 = [name.lower() for name in names1]
  5. print (names2[2][0])
Success #stdin #stdout 0.13s 14128KB
stdin
Standard input is empty
stdout
c