Two different outcomes

I am new to Anaconda and am learning introduction to Python. I keep getting a diffent outcome after following the video. I am on the video Collections Dictionary methods. The method I am supposed to do to the “dir” list is to splice off the double underscores. I did that, but I am getting a different list from what is in the video. Can this be fixed or am I supposed to use the list that I get when I splice the list?

Here are the two screenshots of lists. The one from the course video and the list I get. I will post the list from the my_outcome list, as I am only allowed to post one embedded item.

#from the video

Thank you.

I was able to figure it out.