From 087d5d45a6ffe20f682bcb007a7374c8eae8a85e Mon Sep 17 00:00:00 2001 From: Haaris <89451392+haaris272k@users.noreply.github.com> Date: Sat, 14 Jan 2023 21:48:23 +0530 Subject: [PATCH] Update python.md --- languages/python.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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