zip function 6

This commit is contained in:
Mert Gör 🇹🇷 2023-06-12 15:32:57 +03:00
parent a4bf08cd71
commit 3e83feb1cc
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

View File

@ -0,0 +1,4 @@
a = [1, 2, 3]
for t in zip(a):
print(t)