python-CSD-kursu/python-temel/bytes.py
2023-06-13 15:03:14 +03:00

4 lines
48 B
Python

b = b'ankara'
for i in b:
print(i, type(i))