Report Bug
Qus : Which symbol is used to write single line comment ?
Qusसिंगल लाइन कमेंट लिखने के लिए किस चिन्ह का प्रयोग किया जाता है ?

A. .
B. #
C. /
D. ?


Solution
B. #



Explanation
# symbol is used to single comment in python



Report Bug