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)
|
||||
- Complex (4j)
|
||||
|
||||
![[numbers_datatype.png]]
|
||||

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

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

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

|
||||
|
||||
#### 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