aboutsummaryrefslogtreecommitdiff
path: root/lessons/module1/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/module1/secondfile.py
parent44839612a1b3a42a9683b36adc362e8f36c29e2e (diff)
added latest lectures
Diffstat (limited to 'lessons/module1/secondfile.py')
-rw-r--r--lessons/module1/secondfile.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lessons/module1/secondfile.py b/lessons/module1/secondfile.py
new file mode 100644
index 0000000..95a9a84
--- /dev/null
+++ b/lessons/module1/secondfile.py
@@ -0,0 +1,7 @@
+
+# This is a comment
+
+print("hello world")
+
+for i in range(1,11):
+ print(i)