Tuple Unpacking
Easy📝 Description
Unpack a tuple into individual variables
Input Format
Tuple of 3 elements
Output Format
Three separate values
Constraints
Tuple contains 3 elements
🔍 Sample Input
(10, 20, 30)
✅ Sample Output
10 20 30
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run