First Upload
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Python Basics
|
||||
# Python Basics - Datentypen
|
||||
|
||||
## Datentypen
|
||||
> In der Programmierung ist der Datentyp ein wichtiges Konzept.
|
||||
@@ -12,7 +12,7 @@
|
||||
> - Kartierende Typen : **dict**
|
||||
> - Set Typen : **set, frozenset**
|
||||
> - Boolesche Typen : **bool** *(True, False [1, 0] )*
|
||||
> - Binäre Typen : ** bytes, bytearray, memoryview**
|
||||
> - Binäre Typen : **bytes, bytearray, memoryview**
|
||||
> - None Typen : **None**
|
||||
|
||||
|
||||
0
Aufgaben/03_Python-Basics-Code
Normal file
0
Aufgaben/03_Python-Basics-Code
Normal file
Reference in New Issue
Block a user