empa-scientific-it / python-tutorial

Material for a Jupyter-based Python tutorial
MIT License
30 stars 9 forks source link

Functions #202

Closed edoardob90 closed 6 months ago

edoardob90 commented 7 months ago

Theory session

  1. Defining and calling a function
  2. Types of arguments
  3. The scope of a function (rename: "Scopes and namespaces")

Exercises

TODO.

Additional materials

Mark these sections as material for self-study: