Tag Archives: #Mastery07

Mastery 07

Leaving Comments in a Python Code #Mastery07 #TC1014

Here is a video showing how to leave a comment in a Python3 code.

Link: https://www.youtube.com/watch?v=SqrzjMnNvZk

Antonio Yosefat Juárez Quintero

A01228128

Long and detailed video for Masteries

Comentarios en C++

Cuando progragamos en C++ podemos agregar comentarios en el código para facilitarle el entendimiento de cómo funciona a otros programadores o a cualquiera que vea el código.

Lo único que tenemos que hacer para agregar comentarios a nuestros códigos es teclar “//” seguido de el comentario que deseemos agregar tal y como se muestra a continuación:

 

Como pueden observar en la parte derecha de la imagen, los comentarios son ignorados totalmente al momento de correr el programa puesto que estos no intervienen en el funcionamiento del mismo.

Felicidades! Ahora eres todo un experto en agregar comentarios a tus códigos en C++

#Mastery07

Ok to make a comment on a python program you only need to put  a hashtag (#) and then you write the comment you want to and when you finish your comment you only press enter and continue your code.

on this program you will see that I made a comment to put my name and my student ID: https://github.com/Julio1229898/Ken-Work/blob/master/sumasum.py 

The use of comments in Python #Mastery07

Here’s another quick tutorial in spanish I made on the use of comments in Python:

http://youtu.be/TvqaxtqZpAs

 

Oscar Ricardo López López A01229116

USE COMMENTS ON PHYTON

There is my code with comments 

Use of comments in python!! #TC1014 #Mastery07

Use of comments in python!! #TC1014 #Mastery07

Use of comments in python!! #TC1014 #Mastery07

Mastery 07 – Use of comments in C++

Hey! In this mastery we are going to learn how to write a comment in our code. The objetive of a comment is to write a text that a user can read but the the computer does not.

Here is the link to the video. Enjoy it!

https://www.dropbox.com/s/zvgdjjbt6cv07p7/Mastery%2007.mp4?dl=0

Learn To Program 2015-02-16 23:14:00

MASTERY07
Los comentarios en un lenguaje de programación no tienen ningún efecto en la compilación del programa. Simplemente funcionan como anotaciones legibles para el programador escritas en el código fuente que ayudan a entender secciones de código, proporcionan información adicional o mejoran la limpieza de un programa.
**********************
Programa hecho en Python:
**********************
https://gist.githubusercontent.com/A01630323/a7555019f5ebad107b80/raw/a0d30fcae5c6a0c70a6ff2b981672091cad30f6d/Mastery07