Python Range | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 31

Python Range

Range with three arguments used only for numerical values or not?

26th Feb 2018, 2:37 PM
Shivani Goyal
81 Answers
+ 100
range = range(start, end, steps) start= number it starts counting from end= up to what it counts steps= steps it might take, range(0,10,2) = 02468
26th Feb 2018, 2:40 PM
Markus Kaleton
Markus Kaleton - avatar
+ 40
If the third number is negative, it goes through the range backwards.
26th Feb 2018, 4:08 PM
David Ashton
David Ashton - avatar
+ 14
thank you Mr. Markus Kaleton
26th Feb 2018, 3:05 PM
Shivani Goyal
+ 11
range = range(start, end, steps) start= number it starts counting from end= up to what it counts steps= steps it might take, By default start is 0 By default step is 1 Both are optional
24th Feb 2022, 4:37 AM
Vaibhav
Vaibhav - avatar
+ 8
The range() is an in-built function in Python. Syntax range(start, stop, step) Example range(1, 10, 2) It returns a sequence of numbers starting from zero and increment by 1 by default and stops before the given number.
21st Nov 2021, 3:16 PM
Vaibhav
Vaibhav - avatar
+ 4
yes you are saying absolutely right....but I'm saying that please concentrate only one degree
26th Apr 2018, 6:48 AM
Shivani Goyal
+ 4
Shri Ram College
26th Apr 2018, 7:47 AM
Shivani Goyal
+ 3
Hello....
8th Apr 2018, 2:28 PM
Anuska
Anuska - avatar
+ 3
do u study online ???
26th Apr 2018, 6:50 AM
Shivani Goyal
+ 3
yes I'm also study online
26th Apr 2018, 6:54 AM
Shivani Goyal
+ 3
same here
26th Apr 2018, 7:55 AM
Shivani Goyal
+ 3
yes
26th Apr 2018, 7:56 AM
Shivani Goyal
+ 2
range(starting no,end) its output starting no and end no -1 if ingrement than range take 3 argument i .e range(starting no , end no , ingrement) e.g range(1,10,3) its output will be 1, 1+3=4, 4+3=7, answer 7+3=10 which is excluded
26th Feb 2018, 3:46 PM
alighulam
+ 2
I'm fine dear and you....
11th Mar 2018, 4:19 PM
Shivani Goyal
+ 2
@Anushka hi
8th Apr 2018, 4:09 PM
Shivani Goyal
+ 2
Hello Vishal Kapil thank you
26th Apr 2018, 6:32 AM
Shivani Goyal
+ 2
what you can't start
26th Apr 2018, 6:41 AM
Shivani Goyal
+ 2
please concentrate on 1 degree okay
26th Apr 2018, 6:44 AM
Shivani Goyal
+ 2
please don't divert your mind....
26th Apr 2018, 6:48 AM
Shivani Goyal
+ 2
so concentrate on IT field
26th Apr 2018, 6:49 AM
Shivani Goyal