Computer Science
Related Questions
The range() function is used to specify the number of iterations to be performed in for loop.
Assignment operator can be used in place of equality operator in the test condition.
In print() function, if we use a concatenate operator (+) between two strings, both the strings are joined with a space in between them.
If we execute Python code using prompt ">>>" then we call it an interactive interpreter.