Update python.md

This commit is contained in:
Haaris
2023-01-14 21:48:23 +05:30
committed by GitHub
parent 96f9b643f4
commit 087d5d45a6

View File

@@ -137,9 +137,13 @@
- Comments start with # in Python
#This is a comment ----> This is a comment
```python
#This is a comment
print("Welcome!")
```
<br>
### Basic Data Structures