Python Programming - Variables - Discussion
Discussion Forum : Variables - General Questions (Q.No. 30)
30.
Which of the following is true about the
pass
statement?Answer: Option
Explanation:
The pass
statement in Python is used as a placeholder for code that has not been implemented yet.
It is a keyword that creates an empty code block and does nothing. It is commonly used when defining functions, loops, and conditional statements that will be filled in later.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers