Saved Bookmarks
| 1. |
While writing single line comments inPython, the statement should start with __________(a)&(b) $(c) //(d) # |
|
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 # . |
|