Two ways used in phyton to differentiate comment statement with a line of command code
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @Dalisha,
Usually, in Python, when you want to comment something, as you’ve mentioned you used the hash symbol - #.
In regards to Quotation marks, they are used when you want to specify some string, text or similar stuff. Let me show you an example:
Quotation marks
Comment
Regards, KFSys
"""
also lets you do multi-line comments