mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-27 21:58:02 -08:00
Update python.md
This commit is contained in:
@@ -137,9 +137,13 @@
|
|||||||
|
|
||||||
- Comments start with # in Python
|
- Comments start with # in Python
|
||||||
|
|
||||||
#This is a comment ----> This is a comment
|
```python
|
||||||
|
|
||||||
|
#This is a comment
|
||||||
|
|
||||||
print("Welcome!")
|
print("Welcome!")
|
||||||
|
|
||||||
|
```
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### Basic Data Structures
|
### Basic Data Structures
|
||||||
|
|||||||
Reference in New Issue
Block a user