In this project, we are asked to create a list of school subjects. Up until this project, the lesson on lists has only uses single quotes for strings inside of lists. However, this project uses double quotes for strings inside of lists:
When I learned about strings, I thought I was taught that is doesn’t really matter what type of quotes you use for strings, as long as you use the same type of quote at the beginning of the string and at the end of the string. I know it is helpful to use single quotes for strings if you intend to use double quotes inside of the string and vice versa, but I don’t understand why the lesson would use single quotes for strings inside of lists and then this project would use double quotes. Is there a reason for this?