Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Fix the Poem

This poem has two bugs. Find and fix them so it prints:

text
Roses are red
Violets are blue
Coding is fun
And so are you

💡 Hints

?Hint 1
🔒Hint 2
🔒Hint 3
python
print("Roses are red")
"Violets are blue"
print("Coding is fun")
print('And so are you")