-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exercises-latex-4\13-python #452
Comments
Außerdem in line 88 .format() schreibweise durch fstring ersetzen. |
Line 88 ist richtig so, da der String in Man könnte zwar auch einen f-String verwenden, allerdings müsste der dann auch direkt in-place gesetzt werden, was es nicht möglich macht, diesen als template für z.B. weitere Tabellen zu nutzen. |
Wäre aber konsistent mit dem, was im python-notebook gezeigt wird. Darum ging es mir. |
Fair enough, ich denke das hier ist dennoch ein gutes Beispiel um auch mal die format Methode zu verwenden. |
Beim erstellen der Tabelle in loesung.py in line 87 wirft zip einen der Werte aus data.txt weg. Da data 51 Zeilen enthält und t1 daher um ein Elemnt länger ist als t2.
The text was updated successfully, but these errors were encountered: