Comments and Classes in Python
Day 11 in #100DaysOfCode
Comments
In Python, a comment begins with the hash character # and extends to the end of the physical line. However, a hash character within a string value is not considered a comment. A remark can be written in three ways: c...
ilkecandan.hashnode.dev1 min read