PYTHON COMMENTS AND INDENTATION

preview_player
Показать описание
This video lecture talks about commenting in code and the importance of indentation in Python programming.
Please do not forget to click LIKE and SUBSCRIBE for more updates ON NEW VIDEO LECTURES
Рекомендации по теме
Комментарии
Автор

I learned about commenting and indentations from this video.

cha.iroh
Автор

In programming, comments are very important, especially when working in groups. Among the many things that can go wrong with your code, indentation stands out. This makes the video incredibly helpful for inexperienced programmers.

angelacruz
Автор

The video taught me about what comments are and how to apply them. It also teaches the importance of proper indentation and how valuable double-checking your code can be.

clodia
Автор

I learned the the functions and importance of indentation and comments in Python as a programming language. Comments help organize our code and indentation indicates and determines whether the code works.

school
Автор

Thanks to the video, I learned the importance of comments in Python; that they are more of a way to make the code easier to understand, much like a sticky note inside the code. It helps the author and the viewer of the code remember and clarify what the function is in the line and also makes it user-friendly for beginners. I also learned that indentation is important in Python and that it is one of the many reasons why there could be an error in the code. If there is more than one indentation in a block of code, it needs to have the same length of indentation.

PbCarlLawrencePWen
Автор

This video is really helpful because I learned on how to properly apply comments and indentation in python

makiii
Автор

I learned about the proper usage of the print function and indentation in Python, which are essential to avoid errors.

aa-evps
Автор

I learned about the print function in Python. I also learned how to create comments, how indentation works and it's importance in Python.

AB-ghon
Автор

This video helped me determine the simple steps of indenting and commenting on lines and how easy it is to commit mistakes that could cause an unexpected error.

kami
Автор

In the video, i learned how to make comments and indentations in python. I learned that both of these are important because it explains how the code works and helps us be organized.

allexanthehaboc
Автор

I learned that indentation is not only for making the code neat but also for it to actually work. I also learned the importance of comments in making a code especially when working with a group and how to implement the use of comments in the code without making the code go into error.

enricogorospe
Автор

I learned how to properly implement and utilize comments in coding. I also learned the importance of indentation.

gabgab
Автор

I now understand the few crucial basics of programming such as how to use the "print" function, and also how important things like indents are, as well as how to use comments and why they're just as crucial.

eishurdynamics
Автор

I have learned that indentations and comments can make the code clean and organized. It is very important to add comments on the code so that the programmer and the people reading the code can fully understand the Python code. It is important to use indentation as well not only to make it organized but it helps the interpreter indicate the particular block of code.

johndanielubungen
Автор

This helped me learned how to make a comment incase when I'm working with multiple people. and i also learned the worth and proper usage of indentation.

noobiewizard
Автор

comments are really important to programming especially when you are working in groups. the indentation is one of the many reasons why your code doesn't work. this is why this video is really essential for new programmers

Izumisea
Автор

In this video, I learned that comments in Python are denoted by hashtags and serve to explain the code and provide reminders for future modifications. I also learned that proper indentation is important in Python as it indicates code blocks and ensures error-free execution, emphasizing the importance of maintaining consistent indentation within the same block of code.

janrhodes
Автор

Thanks to this video, I learned the importance of comments in Python, which can them help to able to understand quickly

francisbaurile
Автор

I got an understanding of the value of comments and indentations in Python programming from watching this video. The hashtag (#) can be used to add comments to lines of code, turning them into comments. Since they can act as indicators or provide context for a piece of code, comments can be quite helpful. This can help Python programmers stay organized. To identify a block of code, Python utilizes indentation, which is the space at the start of the code.

yuiish
Автор

After watching this video, I have learned how to create and utilize comments and the rules on using indents in situations such as if statements.

lex