What is the translation of " A TUPLE " in Chinese?

的元组
一个元组
一个tuple

Examples of using A tuple in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Make a tuple.
创建一个tuple.
Here the return is a tuple.
返回值是一个tuple
If iterable is already a tuple, it is returned unchanged.
如果iterable已经是一个元组,会不加改变地将其返回。
In the second case, t is a tuple.
上例中,t是一个tuple).
A tuple is another sequence data type that is similar to the list.
元组是另一个序列数据类型,它类似于列表。
Packing a tuple.
创建一个tuple.
Args is a variable argument, args receives a tuple;
Args是可变参数,args接收的是一个tuple;
This program first creates a tuple and binds it to the variable tup.
程序首先创建了一个元组并绑定到tup变量上。
You can't remove elements from a tuple.
您不能从tuple删除元素。
When you slice a tuple, you get a new tuple.
当分割一个tuple时,会得到一个新的tuple
When creating a tuple.
创建一个tuple.
The most amazing is through a tuple and dict, you can also call the above function:.
最神奇的是经过一个tuple和dict,你也得以调用上述函数:.
A record is called a tuple.
一个event被定义为一个tuple
V is a tuple of three elements, and(x, y, z) is a tuple of three variables.
V是一个三元素的元组,而(x,y,z)是包含三个变量的元组
Creating a tuple.
创建一个tuple.
In contrast, a tuple is typically a collection of objects of different types, of fixed length.
相反,一个元组通常是不同类型的对象的集合,长度固定。
Args is a variable argument, args receives a tuple;
三、*args是可变参数,args接收的是一个tuple;.
An action a is described by a tuple< t, k, v, u>, comprising:.
动作a由一个tuple<t,k,v,u>描述,包括:.
Args is a variable argument, args receives a tuple;
Args是可变参数,接受一个tuple.
Constructing a tuple containing 0 or 1 elements is special, so there are some additional grammar rules:.
构造包含0个或1个元素的元组比较特殊,所以有一些额外的语法规则:.
Python Tutorial shows how to define a tuple with one element.
PythonTutorial展示了如何定义一个只包含一个元素的tuple
A tuple is a fixed-length container that can hold any values, but cannot be modified(it is immutable).
一个元组是一个固定长度的容器,可以容纳任何值,但不可以被修改(是immutable的)。
Inside the function, the numbers parameter receives a tuple, so the function code does not change at all.
在函数内部,参数numbers接收到的是一个tuple,因此,函数代码完全不变。
A tuple containing the single element'snark' is defined by adding a trailing comma, like this:"'snark',".
定义一个包含单个元素'snark'的元组是通过添加一个尾随的逗号,像这样:'snark',。
What's actually going onis that each element in the list most_common returns a tuple, a group of values distinguished by order.
实际发生的是,列表most_common中的每个元素返回一个元组,它们是一组按顺序区分的值。
A tuple is a product type, so we are dealing with products of 256 Booleans: bool× bool× bool×…× bool.
元组是积类型,因此我们要处理的是256个Bool值的积:bool×bool×bool×…×bool。
If the right side of the assignment is a tuple with multiple values, its elements can be decomposed into multiple constants or variables at once:.
如果赋值的右边是一个多元组,它的元素可以马上被分解成多个常量或变量:.
It returns a tuple(or pair), in which the first element contains the input variables for the selected rows, and the second contains the targets.
它会返回一个元组(或配对),其中第一个元素包含所选行的输入变量,第二个元素包含目标,.
If the right side of the assignment is a tuple with multiple values, its elements can be decomposed into multiple constants or variables at once:.
如果赋值符号右侧是拥有多个值的元组,它的元素将会一次性地拆分成常量或者变量:.
If the right side of the assignment is a tuple with multiple values, its elements can be decomposed into multiple constants or variables at once:.
如果赋值操作符的右边是一个有多个值的元组,它的元素可以马上被拆解为多个常量或变量:.
Results: 136, Time: 0.0282

Word-for-word translation

Top dictionary queries

English - Chinese