Tuple Creation Methods

Variable names for unpacking (only for unpacking method)
Console Output
>

Tuple Creation Visualization

literal

Input Elements

Raw Data
1
2
3
4
5

Creation Method

(1, 2, 3, 4, 5)

Direct tuple creation using parentheses

Created Tuple

Ready to Create

Click "Create Tuple" to see the result

Tuple Creation Properties

5
Input Elements
Immutable
literal
Method
0
Created Elements