名词
中文翻译:元组
同义词:
['tuple', 'list of tuples', 'array of tuples']
例句:
-
1. In Python, a tuple is a collection of items that cannot be changed after creation.
在Python中,元组是一组不能在创建后改变的项目。
-
2. The function returns a tuple containing the result of the computation.
该函数返回一个包含计算结果的元组。
-
3. The program uses a tuple to store the data for each user.
程序使用元组来存储每个用户的数据。