Course Content
Introduction to Python (copy)
Introduction to Python (copy)
Comments
Quick Tip: You can quickly comment or uncomment lines of code by selecting them and pressing Ctrl + / on Windows or Command + / on Mac.
print("Blueberries") # print("Oranges") print("Ranch dressing")
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 2