give empty statement (python programming language)
Answers
Answered by
2
Answer:
your answer is here
Explanation:
In Python, to write empty functions/statements, we use 'pass' statement. It really does nothing. It can be used to avoid compile errors while writing an empty function.
...
In empty if/else statements:
# Empty in if/else in Python.
condition = True.
if (condition == True) :
pass.
else:
print("False")
Similar questions
Business Studies,
5 months ago
Physics,
5 months ago
Accountancy,
5 months ago
English,
9 months ago
Science,
9 months ago
English,
1 year ago
Geography,
1 year ago