Remove Spaces

Easy

📝 Description

Remove all spaces from a string

Input Format

A string

Output Format

String without spaces

Constraints

1 ≤ string.length ≤ 1000

🔍 Sample Input

"H e l l o"
            

✅ Sample Output

"Hello"
            

Code Editor

Please login to run and submit code.

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