2 pointsby abbassix7 hours ago2 comments
  • gus_massa3 hours ago
    I got:

      > python
      
      > my_list = ['apple', 'banana', 'cherry']
      > first_item = my_list[0]
      > print(first_item)  # Output: apple
    
    I've probably have been making too many questions about python...
  • uberman7 hours ago
    Perhaps you query lacks sufficient context.