Commenting about seafood.

--Originally published at First Programming Steps

hackerman

In this file I practice the use of comments in one line, and the multiline comments. The one line comments are after a # everything after this sign would not count for programming, and it only will be seen in the code. These commments are used to remind the programmer what his program is suposed to do in each part of the code.

The multiline comments are between ”’ these are used in a similar way as the other comments, but you are able to write longer comments.

Comment

When your program the comments won’t be shown in the screen. These are only shown in the IDE. In the next image you can see how the comments doesn’t appear when I run the program.

Comment result

Thanks for reading this post.

giphy