Practice ยท 1 of 1
Missing Newlines
This program was supposed to print three lines but everything runs together on one line. Fix program so the output is exactly:
``
A
B
C
``
Do not change how many times it prints โ fix the newlines.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Fix the Output