aboutsummaryrefslogtreecommitdiff
path: root/lessons/secondfile.py
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2020-06-07 16:27:36 +0000
committerKumar Damani <damani.kumar@gmail.com>2020-06-07 16:27:36 +0000
commit44839612a1b3a42a9683b36adc362e8f36c29e2e (patch)
tree9d1b0c07953d7bc6bf83eab52a43d89f13e8702a /lessons/secondfile.py
parent673b3b77501808b0cd4c3b2d89b8fb43d045c91c (diff)
added python lessons so far
Diffstat (limited to 'lessons/secondfile.py')
-rw-r--r--lessons/secondfile.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lessons/secondfile.py b/lessons/secondfile.py
new file mode 100644
index 0000000..95a9a84
--- /dev/null
+++ b/lessons/secondfile.py
@@ -0,0 +1,7 @@
+
+# This is a comment
+
+print("hello world")
+
+for i in range(1,11):
+ print(i)