Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Fix the Spacing

The code below should print I am happy with proper spaces, but something is wrong. Fix it!

Hint: When you use commas in print(), Python adds spaces automatically.

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python
print("I" + "am" + "happy")