In reference to “Lists” can the " "(double quotes) and ’ '(single quotes) be used interchangeably? Coz earlier in the course, it was said both can be used but in “Lists” only single quotes are being used?
What would be the usefulness of the ability to put different types of data in a list? Would it be ease of access? Would it be ease of compiling information?
Also, is there any way to important a certain list made from another program, for example Excel? (Although I guess that this will probably be covered in the future)
Edit - I eventually looked around in the docs and found that the way to submit a bug report is via the “Get Unstuck” link - so, I’ve done that and submitted a bug report for the text.
The variable is sams_height_and_testscore , and the earlier part of the question indicates these lists contain people’s height, but the description for sams_height_and_testscore is (emphasis mine):
The string "Sam" (to represent sam’s name)
The number 67 (to represent sam’s average grade)
The float 85.5 (to represent sam’s score)
The boolean True (to represent sam passing the test)
This should get changed to “Sam’s Height” to maintain consistency both with the rest of the example, as well as with the name of the variable! (I wonder where I can “report an issue?”