Add images
This commit is contained in:
BIN
python/.DS_Store
vendored
Normal file
BIN
python/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -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]]
|

|
||||||
|
|
||||||
- [ ] Boolean, wenn Zahl höher ist
|
- [ ] Boolean, wenn Zahl höher ist
|
||||||
|
|
||||||
**Sequences**
|
**Sequences**
|
||||||
|
|
||||||
![[sequences_datatype.png]]
|

|
||||||
|
|
||||||
#### Listen
|
#### Listen
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ tup = ("Test", 1, 4, False)
|
|||||||
**Settypes**
|
**Settypes**
|
||||||
|
|
||||||
|
|
||||||
![[settypes_datatype.png]]
|

|
||||||
|
|
||||||
#### Sets
|
#### Sets
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@ colors2 = frozenset(["blue", "red", "green"])
|
|||||||
|
|
||||||
**Mappings**
|
**Mappings**
|
||||||
|
|
||||||
![[mappings_datatype.png]]
|

|
||||||
|
|
||||||
#### Dictionary
|
#### Dictionary
|
||||||
|
|
||||||
|
|||||||
BIN
python/rsc/mappings_datatype.png
Normal file
BIN
python/rsc/mappings_datatype.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
BIN
python/rsc/numbers_datatype.png
Normal file
BIN
python/rsc/numbers_datatype.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 183 KiB |
BIN
python/rsc/sequences_datatype.png
Normal file
BIN
python/rsc/sequences_datatype.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 KiB |
BIN
python/rsc/settypes_datatype.png
Normal file
BIN
python/rsc/settypes_datatype.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 KiB |
Reference in New Issue
Block a user