Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
faefa2a8
Kaydet (Commit)
faefa2a8
authored
Agu 03, 2000
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Both PEP 201 Lockstep Iteration and SF patch #101030 have been
accepted by the BDFL. Added documentation for zip() builtin.
üst
bd599b59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
libfuncs.tex
Doc/lib/libfuncs.tex
+9
-0
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
faefa2a8
...
@@ -703,3 +703,12 @@ them) except when a very large range is used on a memory-starved
...
@@ -703,3 +703,12 @@ them) except when a very large range is used on a memory-starved
machine (e.g. MS-DOS) or when all of the range's elements are never
machine (e.g. MS-DOS) or when all of the range's elements are never
used (e.g. when the loop is usually terminated with
\keyword
{
break
}
).
used (e.g. when the loop is usually terminated with
\keyword
{
break
}
).
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
zip
}{
seq1
\optional
{
, seq2
\optional
{
, ...
}}}
This function returns a list of tuples, where each tuple contains the
i-th element from each of the argument sequences. At least one
sequence is required, otherwise a
\exception
{
TypeError
}
is raised.
The returned list is truncated in length to the length of the shortest
argument sequence. When the argument sequences are all of the same
length,
\function
{
zip
}
is similar to
\function
{
map
}
with an initial
None argument.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment