Computer Science
An empty/null statement in Python is
- go
- pass
- over
- ;
Python Control Flow
18 Likes
Answer
pass
Answered By
4 Likes
Related Questions
In a Python program, a control structure:
The order of statement execution in the form of top to bottom, is known as .......... construct.
The .......... construct allows to choose statements to be executed, depending upon the result of a condition.
The .......... construct repeats a set of statements a specified number of times or as long as a condition is true.