Tuple Provides static methods for creating tuple objects.
Sub()와 같은 연산을 수행하지만, 튜플 (new_string, number_of_subs_made)를 반환합니다.
Perform the same operation as sub(), but return a tuple(new_string, number_of_subs_made).
이 튜플 필드의 이름은 Item1, Item2 및 Item3입니다. The fields of this tuple are named Item1, Item2, and Item3.
A tuple has fields named Item1, Item2, Item3 and so on.
스택의 어느 곳에서도 예외가 처리되고 있지 않으면, 세 개의 None 값을 포함하는 튜플이 반환됩니다.
If no exception is being handled anywhere on the stack, a tuple containing three None values is returned.
튜플 개체를 생성하기 위한 정적 메서드를 제공합니다. Provides static methods for creating tuple objects.
Tuple class provides static methods to create tuple objects.
In 파이썬의 루프는 튜플 변수로 작업 할 수 있으므로 여러 변수를 동시에 루프하는 것이 간단합니다.
In loops in python can work with tuple variables, so it is simple to loop on multiple variables at the same time.
값 튜플 값의 시퀀스를 특정 수 있는 데이터 구조를입니다.A. A value tuple is a data structure that has a specific number and sequence of values.
A value tuple is a data structure that has a specific number and sequence of values.
문자열, 숫자 및 튜플과 같은 불변 대상의 경우, 갱신된 값이 계산되지만, 입력 변수에 다시 할당되지 않습니다.
For immutable targets such as strings, numbers, and tuples, the updated value is computed, but not assigned back to the input variable.
Box 타입은 궁극적으로 하나의 요소를 가진 튜플 구조체로 정의되므로, Listing 15-8은 MyBox 타입을 동일한 방식으로 정의하였습니다.
The Box type is ultimately defined as a tuple struct with one element, so Listing 15-8 defines a MyBox type in the same way.
Sorted_x 는 각 튜플의 두 번째 요소로 정렬 된 튜플 목록입니다. dict(sorted_x) == x.
Sorted_x will be a list of tuples sorted by the second element in each tuple. dict(sorted_x)== x.
여기에 정의된 init/1는 어떤 값을 받아 튜플 {: ok, state}나 {: error, reason}를 반환합니다. 이는 초기화에서 꽤 일반적인 패턴입니다.
Here we have defined init/1 as accepting any value and returning a tuple of either{: ok, state} or{: error, reason}, this is a pretty standard initialization.
하지만, 튜플의 첫번째 요소가 같을때에는, 두번째 요소들을 비교합니다 - 두번째와 세번째 줄에서 처리되고 있습니다.
However, when the tuples' first elements are the same, their second elements are compared-this is what happens on the second and third line.
English
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文