aboutsummaryrefslogtreecommitdiff
path: root/lessons/secondfile.py
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2020-06-14 17:41:15 +0000
committerKumar Damani <damani.kumar@gmail.com>2020-06-14 17:41:15 +0000
commite109d35d764817b744fd4ab8ae59dce35be5b5dc (patch)
tree20f495923570dd9010175e953314d7a0c4286037 /lessons/secondfile.py
parent44839612a1b3a42a9683b36adc362e8f36c29e2e (diff)
added latest lectures
Diffstat (limited to 'lessons/secondfile.py')
-rw-r--r--lessons/secondfile.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lessons/secondfile.py b/lessons/secondfile.py
deleted file mode 100644
index 95a9a84..0000000
--- a/lessons/secondfile.py
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# This is a comment
-
-print("hello world")
-
-for i in range(1,11):
- print(i)