Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
a tuple, like a list, is an iterable object. notice that a tuple consisting of a single element must include a trailing comma, as shown below:
krotka, podobnie jak lista, jest iterowalna. proszę zauważyć, że krotka z jednym elementem musi zawierać końcowy przecinek, tak jak pokazano to niżej:
a tuple is like a list, but its size and elements are immutable, while in a list they are mutable.
krotka jest podobna do listy, ale jej wielkość i elementy są niezmienne, podczas gdy w listy są modyfikowalne.
in the opposite case, a list or tuple can be passed to a function that requires individual positional arguments by unpacking them:
w przeciwnym razie lista lub krotka może być przekazywana do funkcji, która wymaga indywidualnego pozycjonowania argumentów przez ich wypakowanie:
each tuple contains two elements: the pattern to be replaced and the string that replaces it. for example:
każda krotka zawiera dwa elementy: wzorzec, który ma zostać być zamieniony i ciąg znakowy go zastępujący.