From f0a179123f651f7c3b0155e286317220cbcbc9cc Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 22 Oct 2023 11:50:09 -0400 Subject: [PATCH] removing links --- python/lessons/python_1.md | 4 ---- python/lessons/python_2.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/python/lessons/python_1.md b/python/lessons/python_1.md index d1959b3..6793242 100644 --- a/python/lessons/python_1.md +++ b/python/lessons/python_1.md @@ -2,10 +2,6 @@ # Intro to Python pt. 1 -## Video Link - -[Intro to Python pt 1](https://generalassembly.wistia.com/medias/zk66z0xm5x) - ## Lesson Objectives 1. Print a message diff --git a/python/lessons/python_2.md b/python/lessons/python_2.md index 1765134..82590b6 100644 --- a/python/lessons/python_2.md +++ b/python/lessons/python_2.md @@ -1,9 +1,5 @@ # Intro to Python pt. 2 -## Video Link - -[Intro to Python pt 2](https://generalassembly.wistia.com/medias/gbn51kpqgh) - ## Lesson Objectives 1. Get user input