Vidyalelo
Python · Q19

Python Loops and Conditionals: MCQs for Exam Readiness

Programming · Python · question 19

Q19

What does the range() function return when used without specifying a start and step value?

A.
A sequence of numbers
Answer
B.
A single value
C.
A list of elements
D.
A string

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board