# Chapter 08 example: try adding comments to this file. # The three lines below just print. Adding comments of any style # will not change what they print. print("one") print("two") print("three")