Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

Python class 3 in hindi how to give a comment or multi line comments in python

 


Python comments

# symbol से Python में comments दिए जाते है।

Comments का उपयोग code को समझाने के लिए किया जाता है के कौन सा कोड किस कार्य के लिए लिखा गया है ।

Single line comment

# use hash/pound for comment


print('single line comment example')  #comment can be written this way also

Multiline comment

#multiline
#comment
#example

print('multiline comment example')

Comments karke or bhi poochhe sakte ho



Hindi to English👇👇👇

Python comments
# symbol से Python में comments दिए जाते है।

Comments का उपयोग code को समझाने के लिए किया जाता है के कौन सा कोड किस कार्य के लिए लिखा गया है ।

Single line comment
# use hash/pound for comment


print('single line comment example') #comment can be written this way also
Multiline comment
#multiline
#comment
#example

print('multiline comment example')
Comments karke or bhi poochhe sakte ho

Thanks for watching 👍

एक टिप्पणी भेजें

0 टिप्पणियाँ