Indexable get method. [1,2,3].get(4) # None

I went looking for a list.get within the last month. I cannot remember the exact details of it but when I typed pydoc list.get in my terminal and got nothing back it made me second think what I was doing and I believe I ended up using a different data structure than a list.

I’ll report back tomorrow when I can get the code