Comments in Python | Day #3 of Learning Python Programming in ODIA |

Veröffentlicht am: 16 März 2024
auf dem Kanal: CodeWisdom Academy
25
2

ନମସ୍କାର 🙏🏼, CodeWisdom Academy ର ଏଇଟା ହେଉଛି Comments in Python | Day #3 of Learning Python Programming in ODIA । ଆପଣ ମାନେ ମଧ୍ୟ join ହୋଇପାରିବେ ତଳେ ଥିବା ଲିଙ୍କ ସହାୟତା ରେ 😊
-| https://codewisdomacademy.blogspot.co...

ଆମେ ମାନେ ଓଡ଼ିଆ ରେ ସବୁ ପ୍ରକାରର coding ଭାଷା ର ତାଲିମ ଦିଆଯାଏ, କେବଳ ଚାକିରି ପାଇଁ ନୁହଁ ନିଜକୁ Software Industry ରେ ନିଜକୁ ଦକ୍ଷ କରିବା ପାଇଁ ଆମ ସହ ଯୁଡ଼ନ୍ତୁ।

___________________________________________________

+-------------------+ :-
| Definition | :-
+-------------------+ :-

In Python, comments are pieces of text that are ignored by the Python interpreter when running your code. They are used to explain what the code does, provide context, or make notes for yourself or other developers reading the code. Python supports two types of comments:

1. Single-line comments: Single-line comments begin with the hash character `#` and continue until the end of the line. They are used to add explanations or notes on a single line of code.

y = 20 # This is a single-line comment
x = 10 # Assigning a value to the variable x

2. Multi-line comments (docstrings): Multi-line comments are enclosed within triple quotes `'''` and can span multiple lines.

'''
This is a multi-line comment (docstring)
It can span multiple lines
'''
Comments are essential for making your code more readable and understandable to yourself and others. They help explain the purpose of different parts of your code and make it easier to maintain and debug.

___________________________________________________

#python #learnpython #coding #idle
#computer #beginnersguide #codewisdomacademy
#course #learning #learncodinginodia #pythontutorial
#odia


Auf dieser Seite können Sie das Online-Video Comments in Python | Day #3 of Learning Python Programming in ODIA | mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer CodeWisdom Academy 16 März 2024 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 25 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!