Tuple
انگلیسی
اسم
- (برنامهنویسی) ️رُتْبیک📤[≛]چندتایی مرتب:
- In Python, tuples are defined using parentheses, for example:
my_tuple = (1, 2, 3)
.در پایتون، رتبیکها با بَهْرِشْتن[؟]استفاده کردن کَرانِّویسهها[؟]پرانتزها بِعَلَنِشَنْد[؟]اعلان بشوند، برای نمونه:my_tuple = (1, 2, 3)
- A function may return a tuple of multiple values, such as (result, error_code) in a programming context.
- (ریاضیات) ️رُتْبئیک📤[≛]چندتایی مرتب:
- The coordinates of a point (x, y) can be represented as a tuple in mathematical notation.
- In math, a tuple is like an ordered list: (2, 4, 6).