Vertiefungswissen anzeigenVertiefungswissen verbergenIn this Chapter we will write a first simple Class, put a value into it, and see how to implement a function inside.
Also, the __name__ == __"main"__
convention for Python is shown, so we are able to import our Classes into other scripts in later chapters without accidentally running code.