1.

While writing single line comments inPython, the statement should start with __________(a)&(b) $(c) //(d) #​

Answer»

ANSWER:

b) #

COMMENTS in Python are strings that always BEGIN with the # (hash sign).

While writing single LINE comments inPython, the statement should start with # .



Discussion

No Comment Found