updated qr codes size
This commit is contained in:
@ -16,15 +16,16 @@
|
||||
* Telegram: [@narl_np](https://t.me/narl_np)
|
||||
* [Feedback](https://s.narl.io/s/Feedback-Tutorium-01)
|
||||
|
||||
<img src="../../src/img/mailto.png" height="175">
|
||||
<img src="../../src/img/discord.png" height="175">
|
||||
<img src="../../src/img/telegram.png" height="175">
|
||||
<img src="../../src/img/feedback-google-forms.png" height="175">
|
||||
<img src="../../src/img/tutorium-01.png" height="175">
|
||||
<img src="../../src/img/mailto.png" height="200">
|
||||
<img src="../../src/img/discord.png" height="200">
|
||||
<img src="../../src/img/telegram.png" height="200">
|
||||
<img src="../../src/img/feedback-google-forms.png" height="200">
|
||||
<img src="../../src/img/tutorium-01.png" height="200">
|
||||
|
||||
## Zusammenfassung Vorlesung
|
||||
|
||||
### Orga
|
||||
|
||||
* 14 Blätter jeden Dienstag auf der [Homepage](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/)
|
||||
* Abgabe im [Git](https://git.laurel.informatik.uni-freiburg.de/), Montags 9:00
|
||||
* Ihr braucht 50% der 326 Punkte
|
||||
@ -50,6 +51,7 @@
|
||||
* `float` -> `int` (möglicher) Informationsverlust
|
||||
* `int` -> `float` kein Informationsverlust
|
||||
* `float` sind etwas komplizierter als `int`
|
||||
|
||||
```py
|
||||
>>> 0.1 + 0.1 + 0.1
|
||||
?
|
||||
@ -73,8 +75,6 @@
|
||||
* Etwas unintuitiv wenn man sich mit dem Terminal nicht auskennt
|
||||
* Später in der Softwareentwicklung wichtig, da einige Probleme nicht so einfach über eine Oberfläche lösbar sind
|
||||
|
||||
|
||||
|
||||
## [Übungsblatt 01](https://proglang.informatik.uni-freiburg.de/teaching/info1/2023/exercise/sheet01.pdf)
|
||||
|
||||
* Abgabe 23.10.2023
|
||||
|
Reference in New Issue
Block a user