diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-06-07 16:27:36 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-06-07 16:27:36 +0000 |
| commit | 44839612a1b3a42a9683b36adc362e8f36c29e2e (patch) | |
| tree | 9d1b0c07953d7bc6bf83eab52a43d89f13e8702a /lessons/secondfile.py | |
| parent | 673b3b77501808b0cd4c3b2d89b8fb43d045c91c (diff) | |
added python lessons so far
Diffstat (limited to 'lessons/secondfile.py')
| -rw-r--r-- | lessons/secondfile.py | 7 |
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) |
