News

You may notice something strange here: in order to add a new third question, we are using the index 2. The reason for this seeming lunacy, is that list indexes always start at 0.
To really get a handle on how to add to a dictionary in Python, how to store data in other ways, and how to do much more, you should consider taking an online course. There is a huge amount to ...
Python has a way to convert one type of data to another. For example, turning a number into a string to print it, or converting user input (which is always a string) into an integer for calculations.