Computer Science, asked by Anonymous, 5 months ago

Which of the following symbol is used to insert comment in a program in Python?
(a) #
(b) @
(c) ^
(d) !​

Answers

Answered by niteshshaw723
2

Answer:

a number is the answer of this question

Answered by bettsamijkv
3

Answer:

(a) # is correct ans

Explanation:

A comment in Python starts with the hash character, # , and extends to the end of the physical line. A hash character within a string value is not seen as a comment, though. To be precise, a comment can be written in three ways - entirely on its own line, next to a statement of code, and as a multi-line comment block....

Similar questions