Skip to content

Commit 69c2a6f

Browse files
authored
Update range.py
CODEZILA | codePy
1 parent e748462 commit 69c2a6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Basic/range.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
# * Written By Codezila.org at 18-03-2020 10:15PM (IST)
12
# Range() is used to generate a sequence of numbers..
23
a=range(3,31,3) #range(<startvalue>,<endvalue>,<stepsize>)
34
for x in a: # It is also used to print only integer number TABLE..
4-
print(x)
5+
print(x)
6+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
 (0)