Teil 9: Typkonvertierung.
This commit is contained in:
4
teil9/bytearray.py
Normal file
4
teil9/bytearray.py
Normal file
@@ -0,0 +1,4 @@
|
||||
some_chars = [65,66,67,68]
|
||||
|
||||
print(bytearray('Homer',encoding='utf-8'))
|
||||
print(bytearray(some_chars))
|
Reference in New Issue
Block a user