Computer Science
State whether the following statement is True or False :
The range( ) creates an iterable sequence.
Related Questions
State whether the following statement is True or False :
A for loop is termed as a determinable loop.
State whether the following statement is True or False :
The while loop is an exit controlled loop.
State whether the following statement is True or False :
The for loop can also tests a condition before executing the loop-body.
State whether the following statement is True or False :
Only if statement can have an else clause.