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')
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 टिप्पणियाँ
If you have any doubt. Please let me know