The code snippet below needs debugging. Examine it and write down the line number on which the compilation of code will stop.
print( "The quick brown fox" ) # 1
print() # 2
print'jumps') # 3
pint() # 4
print( ' over the lazy dog ) # 5