added: Python Comments

This commit is contained in:
Haaris
2023-01-14 21:49:42 +05:30
committed by GitHub
parent 087d5d45a6
commit 9617317345

View File

@@ -135,7 +135,7 @@
- They never get executed.
- Comments start with # in Python
- Comments start with # in Python.
```python