zip unzip yerine

This commit is contained in:
Mert Gör 🇹🇷 2023-06-12 15:41:26 +03:00
parent 1711f30db0
commit 41a850e21e
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

View File

@ -0,0 +1,3 @@
result = zip((10, 'ali'), (20, 'veli'), (30, 'selami'))
for t in result:
print(t)