What is a pass in python?
Answer / nashiinformaticssolutions
In other words, pass indicates that no operation is being performed; in other words, it is a placeholder in the compound statement where nothing needs to be typed and a blank should remain
| Is This Answer Correct ? | 0 Yes | 0 No |
What is __ pycache __?
What is polymorphism in python?
Is python strongly typed or weakly typed language?
Explain logical operators in python?
which statement is used to take a decision based on the comparison?
What are objects in python?
Differentiate between lists and tuples?
How to count the occurrences of a perticular element in the list?
Explain how python does compile-time and run-time code checking?
In what language is python written?
What is the dogpile effect?
How to give comments in python?