Computer Science
State whether the following statement is True or False :
The range( ) function can only be used in for loops.
Python Control Flow
2 Likes
Answer
False
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
For a for loop, an equivalent while loop can always be written.
State whether the following statement is True or False :
For a while loop, an equivalent for loop can always be written.
State whether the following statement is True or False :
An if-elif-else statement is equivalent to a nested-if statement.
What is the common structure of Python compound statements?