In R, we can use # to comment out parts of our code.
#
See how the line # a = 3 was ignored? You can use comments to write notes for yourself or explanations for others.
# a = 3