added images + oneliner

This commit is contained in:
2024-11-01 04:38:19 +01:00
parent 37db8d9000
commit 959b8235c1
8 changed files with 12 additions and 1 deletions

View File

@ -83,6 +83,17 @@ Das wäre korrekt, aber `:=` kam noch nicht in der Vorlesung vor
--- ---
# One-Liner in 2.4
Durch umformen konnte man auch mit den bekannten mitteln eine einzige Zeile haben. Wurde aber nicht gefraget
```python
print((float(input()) + 11 / 8) ** 2 - 121 / 64 + 9 / 4)
```
---
# Blatt 02 - Vorrechnen # Blatt 02 - Vorrechnen
--- ---
@ -170,4 +181,4 @@ def find_next_prime(n: int) -> int:
--- ---
# Blatt 03 # Blatt 03

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.