Skip to content

Commit f253b05

Browse files
Update P3- Writing comments in Python.md
1 parent b4c648d commit f253b05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

P3- Writing comments in Python.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
A comment is a statement which is not executed by the interpretor. It's simply avoided by the interpretor.
22
## Contents
3-
[Single-Line Comment]
3+
[Single-Line Comment](https://github.com/sharmachirag123/Beginner-Python/blob/Triangle-edit/P3-%20Writing%20comments%20in%20Python.md#single-line-comment-)
44

5-
[Multi-Line Comment]
5+
[Multi-Line Comment](https://github.com/sharmachirag123/Beginner-Python/blob/Triangle-edit/P3-%20Writing%20comments%20in%20Python.md#multi-line-comment-)
66

7-
[Applications of Comments]
7+
[Applications of Comments](https://github.com/sharmachirag123/Beginner-Python/blob/Triangle-edit/P3-%20Writing%20comments%20in%20Python.md#applications-of-comments-)
88

99
### Single-Line Comment-
1010
A single-line comment can be implemeted by using a `#` (hashtag) symbol.

0 commit comments

Comments
 (0)