Important Notice:

Course Content
Conditional and Iterative Statements (Chapter-5) M3-R5.1
About Lesson
Pass Statement:-

           पायथन में, Pass कीवर्ड का उपयोग कुछ नहीं करने के लिए किया जाता है; इसका मतलब है, जब हम कोड execute नहीं करना चाहते हैं, तो Pass का उपयोग empty execute करने के लिए किया जा सकता है। यह वैसा ही है जैसा कि name refers करता है। यह किसी भी कोड को execute किए बिना केवल Pass करने के लिए control बनाता है।

Example:-

Pass Statement:-

          In Python, the Pass keyword is used to do nothing; This means, when we do not want to execute the code, Pass can be used to execute empty. It is exactly what the name refers to. This simply makes the control pass without executing any code.

Example:-

error: Content is protected !!