
Tuple
UK
/ˈtʌp.əl/
US
/ˈtʌp.əl/

Translation of "tuple" into Russian
tuple
NounUK
/ˈtʌp.əl/
US
/ˈtʌp.əl/
tuple
tuples pl
A tuple in programming is an ordered collection of elements.
Кортеж в программировании — это упорядоченная коллекция элементов.
Definitions
tuple
NounUK
/ˈtʌp.əl/
US
/ˈtʌp.əl/
A finite ordered list of elements, often used in mathematics and computer science to represent a collection of values.
In Python, a tuple can be used to store multiple items in a single variable.
A single row in a relational database table, representing one record.
Each tuple in the customers table stores the data for a single client.
tuple
VerbUK
/ˈtʌp.əl/
US
/ˈtʌp.əl/
To group or arrange (data, values, etc.) as a tuple.
The function tuples the parameters before processing them.
tuple
AdjectiveUK
/ˈtʌp.əl/
US
/ˈtʌp.əl/
Relating to, involving, or consisting of tuples.
Tuple operations are optimized in the latest version of the library.
Idioms and phrases
data tuple
A data tuple is used to represent a single entry in a database.
кортеж данных
Кортеж данных используется для представления одной записи в базе данных.
tuple element
Access the tuple element using an index.
элемент кортежа
Получите доступ к элементу кортежа, используя индекс.
tuple assignment
Tuple assignment allows you to assign multiple variables at once.
присвоение кортежа
Присвоение кортежа позволяет присваивать несколько переменных одновременно.
tuple operation
Perform a tuple operation to manipulate the data structure.
операция с кортежем
Выполните операцию с кортежем для манипулирования структурой данных.
tuple unpacking
Tuple unpacking is useful for breaking down complex data.
распаковка кортежа
Распаковка кортежа полезна для разбиения сложных данных.