Exerpad
Exercise 8 · Chapter: PrintOptional+50 XP

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.

Need a hint?
3 available · costs 5 XP each
python
print("I" + "am" + "happy")
Output
Run your code to see the output here.