empa-scientific-it / python-tutorial

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

Fix different issues in datatypes notebook #230

Closed yakutovicha closed 5 months ago

yakutovicha commented 5 months ago

fixes #225

despadam commented 5 months ago

I get the following error for these exercises:

  1. solution_addition_multiplication()
  2. solution_circle_area()
  3. solution_quadratic_equation()

image

despadam commented 5 months ago

I get the following error for these exercises:

  1. solution_dict_return_value()
  2. solution_dict_return_value_delete()

image

yakutovicha commented 5 months ago

@despadam, I addressed the reported issues in https://github.com/empa-scientific-it/python-tutorial/pull/230/commits/5409bac44467d41929c6d90bbbe49a7ecf83cb17, please have a look