Add images

This commit is contained in:
2024-12-16 17:15:32 +01:00
parent f7e551048c
commit 04d33955a4
6 changed files with 4 additions and 4 deletions

BIN
python/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -53,13 +53,13 @@ Mit `type()` kann man den Datentyp auslesen. Mit `del()` kann man Variabeln lös
- Float (1,234) - Float (1,234)
- Complex (4j) - Complex (4j)
![[numbers_datatype.png]] ![numbers](rsc/numbers_datatype.png)
- [ ] Boolean, wenn Zahl höher ist - [ ] Boolean, wenn Zahl höher ist
**Sequences** **Sequences**
![[sequences_datatype.png]] ![sequences_datatype.png](rsc/sequences_datatype.png)
#### Listen #### Listen
@@ -87,7 +87,7 @@ tup = ("Test", 1, 4, False)
**Settypes** **Settypes**
![[settypes_datatype.png]] ![settypes_datatype.png](rsc/settypes_datatype.png)
#### Sets #### Sets
@@ -108,7 +108,7 @@ colors2 = frozenset(["blue", "red", "green"])
**Mappings** **Mappings**
![[mappings_datatype.png]] ![mappings_datatype.png](rsc/mappings_datatype.png)
#### Dictionary #### Dictionary

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB