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