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 होते है |
  1. if statement
  2. if_else statement
  3. if_elif_else statement
Python if, if_else और if_elif_else कण्ट्रोल स्टेटमेंट - Python In Hindi
Python if, if_else और if_elif_else कण्ट्रोल स्टेटमेंट - Python In Hindi
Control statement का अर्थ है जब तक Program मे दी गई कोई condition सत्य (true) नहीं होती तब तक यह अपने statement को execute नहीं करता है| पाइथन में वेरिएबल क्या है? Python Variable In Hindi

if Statement - Python In Hindi

if statement का प्रयोग बहुत सारी Programming Language में प्रयोग किया जाता है जैसे की c, c++, java आदि इसी प्रकार पाइथन मे भी if statement का प्रयोग किया जाता है|

if statement एक control statement है जिसका प्रयोग एक विशेष कंडीशन को test करने के लिए किया जाता है. इसमें कंडीशन केवल एक बार execute होती है जब कंडीशन सत्य होती है| 

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 

  1. पाइथन प्रोग्रामिंग लैंग्वेज मे तीन प्रकार के control Statement होते है| Python में if, if_else और if_elif_else ये तीन प्रकार के Control Statements होते है |
  2. Control statement का अर्थ है जब तक प्रोग्राम मे दी गई कोई condition सत्य (true) नहीं होती तब तक यह अपने statement को execute नहीं करता है|
  3. if statement एक control statement है जिसका प्रयोग एक विशेष कंडीशन को test करने के लिए किया जाता है. इसमें कंडीशन केवल एक बार execute होती है जब कंडीशन सत्य होती है
  4. किसी विशेष कंडीशन को test करने के लिए if-else statement का प्रयोग किया जाता है. यदि कंडीशन सत्य है तो if statement को execute किया जाता है अगर कंडीशन असत्य है तो else statement को execute किया जाता है|
  5. 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.

****************************************************************



हेलो दोस्तों आपको ये हमारी पोस्ट कैसी लगी है अगर आपको किसी प्रकार की समस्या या सुझाव देना है तो आप हमको कमेंट कर बता सकते है |

और नया पुराने

संपर्क फ़ॉर्म