Skip to content

Commit e4c53c1

Browse files
Merge pull request #7 from DevOps-With-Hammad/Beginner_level
Beginner level
2 parents fedd787 + 099146f commit e4c53c1

23 files changed

+189
-35
lines changed

.idea/workspace.xml

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 005 for loops and the range() function
2+
# For Loop with Range.
3+
# for Number in range (1, 11, 3)
4+
# print (number)
5+
6+
# Using the for loob with the range function.

0 commit comments

Comments
 (0)