Q. What is the correct way to create an empty function?

खाली फ़ंक्शन बनाने का सही तरीका क्या है?

A
def func(): pass
B
def func() = None
C
def func():
D
def func() -> None:

Explanation

Explanation will be available soon. Please stay tuned.

व्याख्या जल्द ही उपलब्ध होगी। कृपया बने रहें।

Invest in Future Achievers

Your support helps keep Exam Achiever 100% free for students preparing for exams.

Thanks for your support!

Comments

Leave a Comment