This commit is contained in:
Mert Gör 🇹🇷 2023-06-13 15:03:14 +03:00
parent 307a27b9a2
commit 6c85752ff3
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

3
python-temel/bytes.py Normal file
View File

@ -0,0 +1,3 @@
b = b'ankara'
for i in b:
print(i, type(i))