Does it matter which line I put my code on in the text editor?
Updated
In all the coding languages Khan Academy supports, it's okay to skip a few lines every now and then to keep your code readable and organized. Blank space is ignored for the most part by the code interpreters in the site for Python, Javascript, ProcessingJS, HTML, and SQL. However, do keep in mind that the order in which you write your code does matter.