Nuacht

When you try to call list ('123'), Python thinks you're trying to call your own list, not the built-in function. So, always use descriptive names that don’t clash with Python's core features.
5 of the best Python courses available for free this week Ready for another batch? We've tracked down more free coding courses on Udemy.
For example the Python interpreter cannot understand your code if your indentation is off, which teaches you to write well-formatted, readable code.