diff --git a/languages/python.md b/languages/python.md index 615b916..00f7569 100644 --- a/languages/python.md +++ b/languages/python.md @@ -137,9 +137,13 @@ - Comments start with # in Python - #This is a comment ----> This is a comment - print("Welcome!") + ```python + + #This is a comment + print("Welcome!") + + ```
### Basic Data Structures