Computer Science, asked by ankukumar6060, 6 months ago

which python statement can be termed as empty statement?​

Answers

Answered by koushiKDVR
5

Answer:

an empty function can be termed as empty statement in python

Answered by Hema266
9

Answer:

hope it helps you plz follow me

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. You can also use the 'pass' statement in loops.

Similar questions