Introduction to Python(हिंदी)
पाइथन एक General Purpose Object-Oriented Programming language है | जिसका उपयोग हम Software बनाने के लिए करते हैं, सॉफ्टवेयर जैसे Desktop, Web, Console एप्लीकेशन सॉफ्टवेयर आदि। System Scripting, Tasks Automation…
पाइथन एक General Purpose Object-Oriented Programming language है | जिसका उपयोग हम Software बनाने के लिए करते हैं, सॉफ्टवेयर जैसे Desktop, Web, Console एप्लीकेशन सॉफ्टवेयर आदि। System Scripting, Tasks Automation…
Table of ContentsClassObject Class Class is a logical entity contains the information of their members like member method, member variable, static method, static variable, access modifier, constructor, destructor & constant.…
Table of ContentsLoopTypes of loop (Loop के प्रकार)1. Entry Control Loop2. Exit Control LoopFor LoopWhile LoopDo-While Loop Loop Loop (repetition) में एक या एक से अधिक statements होती है, जो…