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

Ex_2-WA f-strings in Musterlösung #91

Closed Hiltiprant closed 2 years ago

Hiltiprant commented 2 years ago

In der Musterlösung werden f-strings verwendet, die aber bis dato noch nicht bekannt sind:

https://github.com/ceedee666/opensap_python_intro/blob/5f207cc18376a246cd3317618a33877e1bbb51a3/exercises/week_2/assignment/reference.py#L24

Da die Musterlösung (erstmal?) nicht veröffentlicht wird, nicht dringend.

ceedee666 commented 2 years ago

This issue is already solved in the main branch: https://github.com/ceedee666/opensap_python_intro/blob/3c475141b8004e19b146a9495ac3fe5657f7f740/exercises/week_2/assignment/reference.py

Furthermore, the MD-file has also already been updated: https://github.com/ceedee666/opensap_python_intro/blob/3c475141b8004e19b146a9495ac3fe5657f7f740/exercises/week_2/assignment/exercise.md

ghoolio commented 2 years ago

I just updated both on CodeOcean