Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorial in Hindi 33 : for loop ; stop -start-step arguments

Python tutorial in Hindi 33 : for loop ; stop -start-step arguments Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorial in Hindi 33 : for loop ; stop -start-step arguments Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. for लूप में stop-start-step arguments क्या होते हैं?
उत्तर: stop-start-step arguments, फॉर लूप में उपयोग होने वाले तीन पैरामीटर हैं। stop, लूप के निर्देशित कार्य को रोकने के लिए उपयोग किया जाता है। start, लूप के शुरुआती स्थान को निर्देशित करने के लिए उपयोग किया जाता है। step, लूप के हर एक कदम के बाद का अंतर निर्देशित करने के लिए उपयोग किया जाता है।
2. सीखने के लिए for लूप का उपयोग क्यों किया जाता है?
उत्तर: for लूप का उपयोग एक से अधिक बार एक ही प्रक्रिया को दोहराने के लिए किया जाता है। इसके माध्यम से हम किसी भी सूची, स्ट्रिंग, या अन्य इटरेबल ऑब्जेक्ट के लिए एक्सेस कर सकते हैं और उस पर कार्रवाई कर सकते हैं।
3. for लूप कैसे काम करता है?
उत्तर: for लूप में एक या एक से अधिक बार किसी एक्शन या कार्य को दोहराया जाता है। लूप के प्रत्येक पदवी में, निर्दिष्ट संख्या के बार एक्शन या कार्य को निर्देशित किया जाता है। जब तक लूप के अंतर्गत की स्थिति सत्य है, लूप कार्य को दोहराता रहता है। जब स्थिति गलत होती है, लूप समाप्त हो जाता है।
4. for लूप के लिए stop-start-step arguments को कैसे निर्धारित किया जाता है?
उत्तर: stop-start-step arguments को for लूप के लिए निर्धारित करने के लिए हमें इन पैरामीटर की मानें निर्धारित करनी होती हैं। यदि हमें एक बार दिए गए शुरुआती स्थान से लूप चालू करना है और stop से बड़ा कोई पदवी नहीं है, तो हमें stop को उचित तरीके से निर्धारित करना होगा। वैसे ही, हमें start और step को भी उचित तरीके से निर्धारित करना होता है।
5. for लूप के लिए stop-start-step arguments को बदलकर कार्य को कैसे प्रभावित किया जा सकता है?
उत्तर: stop-start-step arguments को बदलकर हम लूप के कार्य को विभिन्न तरीकों से प्रभावित कर सकते हैं। यदि हम start को बदलते हैं, तो हम लूप को विभिन्न स्थानों से शुरू कर सकते हैं। यदि हम stop को बदलते हैं, तो हम लूप को अलग-अलग संख्या के बार चला सकते हैं। और यदि हम step को बदलते हैं, तो हम लूप के प्रत्येक कदम के बाद का अंतर निर्दिष्ट कर सकते हैं।
80 videos
Explore Courses for Back-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Free

,

Previous Year Questions with Solutions

,

Python tutorial in Hindi 33 : for loop ; stop -start-step arguments Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Sample Paper

,

Python tutorial in Hindi 33 : for loop ; stop -start-step arguments Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

mock tests for examination

,

ppt

,

shortcuts and tricks

,

Extra Questions

,

Semester Notes

,

MCQs

,

Exam

,

past year papers

,

pdf

,

Objective type Questions

,

video lectures

,

practice quizzes

,

study material

,

Summary

,

Important questions

,

Viva Questions

,

Python tutorial in Hindi 33 : for loop ; stop -start-step arguments Video Lecture | Python Tutorial in Hindi - Back-End Programming

;