From 65f1280d1fe08c44afe9908a0cc6e8b3a6923c3d Mon Sep 17 00:00:00 2001 From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com> Date: Fri, 19 Aug 2022 15:16:48 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for Python Syntax under References. I came upon this article while looking for resources to learn Python. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- src/getting_started/python_syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/getting_started/python_syntax.md b/src/getting_started/python_syntax.md index 62dd5be7..acd129ae 100644 --- a/src/getting_started/python_syntax.md +++ b/src/getting_started/python_syntax.md @@ -47,3 +47,4 @@ print("Hello, World!") ## References - [w3schools.com](https://www.w3schools.com/python/python_syntax.asp) +- [Scaler Topics](https://www.scaler.com/topics/python/python-syntax/)