Kernel: Python 3
In [ ]:
name is a variable that Python automatically creates, and it’s equal to "main" when it’s you that ran the code (as opposed to another script running the code). You’ll see this line a lot while doing Python, so it’s good to get used to it.
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: