Skip to main content

Comments in python

 Comments

Comment is used with 2 types

First

It can be used when you want to tell that if anyone read they can understand what is it?

Second

It can be used that you don't want to remove the code but also not to delete.

 How to use comments?

Just Do Shift+Forwardslash/ on the line

It is done!


Comments

Popular posts from this blog

Pip in python

 Pip: A pip download a module from the internet. But the question is How to install it🤔? It's very simple. Simply, Just type pip install Module Name. You can type it in your windows PowerShell. Example: See, I want to download flask So, i can just type pip install flask Note: Don't Know about Module? Read  It Here! https://codewithyk.blogspot.com/2020/10/modules-in-python.html