What does the following code do?

def a(b,c,d): pass

 

Answer:

The pass statement is a null operator. If the pass statement is executed, then the function does nothing.

Therefore, the given code does nothing.

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.