May 29, 20201 minPython tutorial for beginners in Hindi-Chapter 10(Tuple)Tuple in python Tuple homogeneous और heterogeneous डेटा का एक संग्रह है। Tuple declare करने के लिए () का हम उपयोग करते हैं । Tuple अप...
May 28, 20202 minPython Tutorial for beginners in Hindi-Chapter 9(Collections)Python में multiple type of data को एक साथ स्टोर करने के लिए कलेक्शन क इस्तिमाल किया जाता है। Python में 4 types के collections है। List ...
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 को कहीं...