What I learned
  - Algoriths
    
      - You can use comparision operators for numbers and letter in python
 
      - You can use boolean statements (IF/ELSE) to run code based on a certain condition
 
      - You can combine selection and iteration to run many different types of code
 
    
   
  - Data Abstraction
    
      - Data in code has different types
        
          - String
 
          - Integer
 
          - Lists
 
          - Boolean
 
        
       
      - Type() function gets type of data
 
      - Variables can be used to define each other
 
      - Use list_name[index] to get a specific item in a list
 
    
   
  - Passion Project Updates
    
      - Got input boxes for users to input elements for songs
 
      - Started work on API for interactions