Swap Variables

Easy

📝 Description

Swap two variables without using a third variable

Input Format

Two values separated by space

Output Format

The same two values swapped

Constraints

Values can be numbers or strings

🔍 Sample Input

5 hello
            

✅ Sample Output

hello 5
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run