Python | Java |
An end of line comment begins with the # symbol.
# This is an end of A multi-line comment, also called a docstring, begins with “”” and ends with “””. “”” |
An end of line comment begins with the // symbol.
// This is an end of A multi-line comment begins with /* and ends with */. /* |