From 2198bbd484baf0eb5790f5c4ace123f10fb41d8e Mon Sep 17 00:00:00 2001
From: nikartik <110419961+NikartikTheBear@users.noreply.github.com>
Date: Wed, 4 Jan 2023 15:18:07 +0100
Subject: [PATCH] Added python tutorial link (#3206)
Added W3Schools python tutorial link as a read free resource
---
content/roadmaps/108-python/content/100-python-basics/readme.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/roadmaps/108-python/content/100-python-basics/readme.md b/content/roadmaps/108-python/content/100-python-basics/readme.md
index 1dfc7744a..49a1db246 100644
--- a/content/roadmaps/108-python/content/100-python-basics/readme.md
+++ b/content/roadmaps/108-python/content/100-python-basics/readme.md
@@ -6,5 +6,6 @@ Python is a high-level, interpreted, general-purpose programming language. Its d
Official Website: Python
Tutorial Series: How to Code in Python
Python Wikipedia
+W3Schools - Python Tutorial