Hi everyone!

This going to be a short post, I just explain you how to use comments on Python.

You just need to write a  #  at the beginning of the line of code, like this:

This is code: print(“Hello World”)

This is a comment: #print(“Hello World”)

My7

 

 

CC BY 4.0 #Mastery 7 by jsphsalazar is licensed under a Creative Commons Attribution 4.0 International License.