Replace Spaces

Easy

📝 Description

Replace all spaces in string with underscores

Input Format

A single string

Output Format

String with spaces replaced

Constraints

String length ≤ 1000

🔍 Sample Input

hello world
            

✅ Sample Output

hello_world
            

Code Editor

Please login to run and submit code.

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