01 / 06
From # to the end of the line is a note
Write a # (a hash) and Python ignores everything from there to the end of the line.
You have actually been seeing them since the first lesson. That # write your code here line in the starter code was one.
# just a note. this does not runprint("this one runs")Result
this one runs