May 27, 20201 minPython tutorial for beginners in Hindi-Chapter 8(Lambda Function)Lambda Function Python में, annomous functions को lambda function कहा जाता है।नाम का उपयोग किए बिना जो फ़ंक्शन बनाए जाते हैं उन्हें annom...
May 26, 20201 minPython tutorial for beginners in Hindi-Chapter 7(Global variable and Local Variable)Python Global Variable Global variable एक Python File के अंदर ऐबों function और class के बाहर declare किया जाता है। इस variable को कहीं...
May 25, 20202 minPython 3 tutorial for beginner in Hindi-Chapter 6(Types of function)Types of Python Function जैसे की हमे पहले ही जान चुके हैं की Python में function को 4 types से डिफाइन किया गया है।लेकिन उस से पहले हमे एक...