http://diveintopython3.ep.io/native-datatypes.html
I've found that link but it seems to rely on the fact that I first have to hard create the list. How can I create a list in Python if it's empty at first. I'm coming from a C# background so this is kind of weird so far.
For example the .append() method is what I'm looking for, but it relies on the fact that the list first exists. Any suggestions?