Python if, if_else और if_elif_else कण्ट्रोल स्टेटमेंट - Python in Hindi
Python if, if_else और if_elif_else कण्ट्रोल स्टेटमेंट - Python in Hindi
Python In Hindi: Python Programming Language मे तीन प्रकार के control Statement होते है| Python में if, if_else और if_elif_else ये तीन प्रकार के Control Statements होते है |
- if statement
- if_else statement
- if_elif_else statement
Topics of Python Tutorials In Hindi:
- Python Introduction in Hindi
- Python Installation in Hindi
- Python Syntax in Hindi
- Python Comments in Hindi
- Python Variables in Hindi
- Python Keywords in Hindi
- Python Data Types in Hindi
- Python Type Casting in Hindi
- Python Operators in Hindi
- Python Variable Scope in Hindi
- Python if else in Hindi
- Python while Loop in Hindi
- Python Introduction in Hindi
- Python Installation in Hindi
- Python Syntax in Hindi
- Python Comments in Hindi
- Python Variables in Hindi
- Python Keywords in Hindi
- Python Data Types in Hindi
- Python Type Casting in Hindi
- Python Operators in Hindi
- Python Variable Scope in Hindi
- Python if else in Hindi
- Python while Loop in Hindi
Python if, if_else और if_elif_else कण्ट्रोल स्टेटमेंट - Python In Hindi |
if Statement - Python In Hindi
if statement का प्रयोग बहुत सारी Programming Language में प्रयोग किया जाता है जैसे की c, c++, java आदि इसी प्रकार पाइथन मे भी if statement का प्रयोग किया जाता है|
if statement एक control statement है जिसका प्रयोग एक विशेष कंडीशन को test करने के लिए किया जाता है. इसमें कंडीशन केवल एक बार execute होती है जब कंडीशन सत्य होती है|
- Best Screen Capture Software Tools For Mac & Windows
- Sabse Sasta Best Cheap Hosting | Cheap Web Hosting In India
- Top 8 Best Free Graphics Design Softwares For Windows
- OLA Cabs: Success Story Ankit Bhati And Bhavish Aggarwal
- Configure Vi GPRS Idea Internet Settings & Manual APN
If statement मे जब कोई condition true होती है तब ही यह statement को execute करता है और यदि condition false होती है तब यह statement को execute नहीं करता है| पाइथन में Literals क्या है? Python Literals के प्रकार क्या है ?
प्रोग्राम मे output 1में condition true हुई तो हमे आउटपुट मिला जबकि output 2 में condition true न होने पर हमे कोई भी आऊट्पुट नहीं मिला |
if_else Statement - Python In Hindi
किसी विशेष कंडीशन को test करने के लिए if-else statement का प्रयोग किया जाता है. यदि कंडीशन सत्य है तो if statement को execute किया जाता है अगर कंडीशन असत्य है तो else statement को execute किया जाता है|
प्रोग्राम मे अगर दोनों condition true होगी तो ही if block का statement प्रिंट होगा | यदि दोनों कंडीशन मे से कोई भी एक condition या दोनों condition false होगी तो else block का statement प्रिंट होगा|
if_elif_else Statement - Python In Hindi
if_elif_else statement मे अगर if block की condition true होगी तो if block का स्टेटमेंट प्रिंट होगा अगर if ब्लॉक की कंडीशन false होगी तो फिर elif ब्लॉक check होगा elif true होने पर elif block का statement प्रिंट होगा,अगर if और elif दोनों false होंगे तो else block का statement प्रिंट होगा | How to learn Python in Hindi - पाइथन कैसे सीखे हिंदी में
Conclusion
- पाइथन प्रोग्रामिंग लैंग्वेज मे तीन प्रकार के control Statement होते है| Python में if, if_else और if_elif_else ये तीन प्रकार के Control Statements होते है |
- Control statement का अर्थ है जब तक प्रोग्राम मे दी गई कोई condition सत्य (true) नहीं होती तब तक यह अपने statement को execute नहीं करता है|
- if statement एक control statement है जिसका प्रयोग एक विशेष कंडीशन को test करने के लिए किया जाता है. इसमें कंडीशन केवल एक बार execute होती है जब कंडीशन सत्य होती है
- किसी विशेष कंडीशन को test करने के लिए if-else statement का प्रयोग किया जाता है. यदि कंडीशन सत्य है तो if statement को execute किया जाता है अगर कंडीशन असत्य है तो else statement को execute किया जाता है|
- if_elif_else statement मे अगर if block syntax की condition true होगी तो if block का स्टेटमेंट प्रिंट होगा अगर if ब्लॉक की कंडीशन false होगी तो फिर elif ब्लॉक check होगा|
****************************************************************
Topic Covered Here:
if_else or if_elif_else Control Statements, if_else or if_elif_else Control Statements in Hindi, if_else और if_elif_else कण्ट्रोल स्टेटमेंट, python, Python Control Statements, Python Control Statements in Hindi, History Of python, Python if, python if statement, python if_elif_else statement, python if_else statement, python in Hindi, python statements, python tutorial, python tutorial in Hindi, पाइथन if, Python in Hindi language.
****************************************************************
इसे भी पढ़े:-
हेलो दोस्तों आपको ये हमारी पोस्ट कैसी लगी है अगर आपको किसी प्रकार की समस्या या सुझाव देना है तो आप हमको कमेंट कर बता सकते है |
इसे भी पढ़े:-
- Python in Hindi (पाइथन हिंदी में) - Python Language In Hindi
- Python Tutorial In Hindi - Basic Syntax Python In Hindi
- Python का इतिहास, उपयोग और लाभ - Python In Hindi
- How to learn Python in Hindi - पाइथन कैसे सीखे हिंदी में
- पाइथन में Literals क्या है? Python Literals के प्रकार क्या है ?
- पाइथन में वेरिएबल क्या है? Python Variable In Hindi
Tags:
Python In Hindi