ceedee666 / opensap_python_intro

This repository contains several Jupyter notebooks. These notebooks are the course material for an upcoming openSAP course on Python 🐍.
Creative Commons Zero v1.0 Universal
5 stars 1 forks source link

Jupyter Notebooks #149

Closed GlennVerhaag closed 2 years ago

GlennVerhaag commented 2 years ago

This issue could be used for errors inside the jupyter notebooks. This learner, for example, found one in the "week_1_additional_exercises_solution.ipynb" file:

The solution for the "Sort three numbers" problem contains an error in line 8, "c>=a" should be corrected to "c>=b"

image

If the Notebook content generally isn't part of our concern, let me know and this Issue can be closed.

ceedee666 commented 2 years ago

This should be fixed an the notebook should be updated. @GlennVerhaag feel free to clone the repo, fix it and send me a pull request.

stjaco62 commented 2 years ago

Fixed, Notebook waiting for Pull Request, I will inform Jayanthi to replace the JN. Glenn: Thanks for finding this fault!