Python Statements , Indentation and Comments in Python | Python tutorial In Hindi

preview_player
Показать описание
Python Statements , Indentation and Comments in Python , This will will cover your basic understanding of Python concepts.Watch this video till end.
This Video Will Cover:
1.What is python Statements ? and its types?
2.What is Indentation in python and its types ?
3.What is python Comments in python and its types ?
__________________________________________________________________________
#pythontutorialinhindi #pythontutorial #pythonindentation
_________________________________________________________________________
Python tutorial In Hindi For Beginners - Must Watch Video : Part-3
_______________________________________________________________________
If You Find this Video helpful , Don't Forget to SUBSCRIBE Our Channel
_______________________________________________________________________

For More Information About Python
_________________________________________________________________
LIKE || SUBSCRIBE || SHARE || COMMENT || FOLLOW US

__________________________________________________________________
For Quires on Training Program Please Contact us on:
C-133, First Floor, Industrial Area, Phase-8,Sector-72, Mohali
__________________________________________________________________

0172-4788822, 91 9317788822(Whatsapp)
_____________________________________________________________________
Tags : python tutorial in hindi , python tutorial for beginners , python tutorial for beginners in hindi , python in hindi , python basics, python introduction in hindi , python introduction , python course in hindi, python introduction for beginners , python introduction tutorial in hindi , python statements , python indentation , python comments, python training in chandigarh, what is python indentation, excellence technology chandigarh
Рекомендации по теме
Комментарии
Автор

Thank you sir.. it is really interesting...

kmrgamingyt
Автор

Thanks a lot sir for wonderful video

omperkashkashyap
Автор

Docstring are the strings that are used right after the definition of function, method, class or module. They are used to document our code .We can access these docstrings using ___doc___ attribute.
For example-
def square:
‘ ‘ ‘ takes the number n, return the square of n’ ‘ ‘
return n**2

print(square.__doc__)

navpreetkaur