Title: pass Python | Python Tutorials | CodeMistic
Description: The Pass Statement.In Python, the pass statement is a no operation statement.That is , nothing happens when pass statement is executed.if (num==15): #write your code and remove pass pass #pass will prevent the code from syntax error elif (num==18): break
Keywords:
Domain: codemistic.github.io
Links:
Viewport: width=device-width, initial-scale=1.0