# using LF eat("apple", "candy") # \n print(123) # EOF # using CRLF eat("apple", "candy") # \r\n print(123) # EOF # [missing-final-newline]