Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorials in Hindi 07 : More about Strings ( strings part 3 )

Python tutorials in Hindi 07 : More about Strings ( strings part 3 ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorials in Hindi 07 : More about Strings ( strings part 3 ) Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. यदि मैं स्ट्रिंग्स को एक सूची में बदलना चाहता हूँ तो क्या करना होगा?
उत्तर: आप मौजूदा स्ट्रिंग्स को एक सूची में बदलने के लिए 'list()' फ़ंक्शन का उपयोग कर सकते हैं। यह फ़ंक्शन एक स्ट्रिंग को एक सूची में बदल देता है, जहां हर वर्ण को अलग अलग उच्चारण के साथ एक अलग आइटम के रूप में संग्रहीत किया जाता है।
2. स्ट्रिंग्स के बीच में संयोजन के लिए कौन सा ऑपरेटर उपयोग किया जा सकता है?
उत्तर: स्ट्रिंग्स को संयोजित करने के लिए, आप '+ (अध्ययन)' ऑपरेटर का उपयोग कर सकते हैं। यह ऑपरेटर दो स्ट्रिंग्स को एक साथ जोड़कर एक नया स्ट्रिंग बनाता है।
3. स्ट्रिंग्स के वर्ण की संख्या को कैसे गणना किया जाता है?
उत्तर: आप स्ट्रिंग्स के वर्ण की संख्या को 'len()' फ़ंक्शन का उपयोग करके गणना कर सकते हैं। इस फ़ंक्शन को स्ट्रिंग के साथ बुलाने पर यह एक पूरी स्ट्रिंग की लंबाई (वर्णों की संख्या) वापस करेगा।
4. स्ट्रिंग्स को कैसे उलटा सकते हैं?
उत्तर: आप स्ट्रिंग्स को उलट सकते हैं, उपयोग करके '[::-1]' स्लाइसिंग नोटेशन। इस नोटेशन को स्ट्रिंग के साथ बुलाने पर यह स्ट्रिंग को समान वर्णों के साथ उलट देगा।
5. क्या हम स्ट्रिंग्स के वर्णों को संशोधित कर सकते हैं?
उत्तर: नहीं, हम स्ट्रिंग्स के वर्णों को संशोधित नहीं कर सकते हैं। स्ट्रिंग्स इम्यूटेबल (अविकारी) होते हैं, यानी उन्हें संशोधित नहीं किया जा सकता है। यदि आपको स्ट्रिंग के साथ कोई परिवर्तन करना होता है, तो आपको एक नया स्ट्रिंग बनाना होगा।
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

ppt

,

Viva Questions

,

Python tutorials in Hindi 07 : More about Strings ( strings part 3 ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

video lectures

,

past year papers

,

mock tests for examination

,

Extra Questions

,

practice quizzes

,

shortcuts and tricks

,

pdf

,

Previous Year Questions with Solutions

,

Python tutorials in Hindi 07 : More about Strings ( strings part 3 ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Exam

,

Python tutorials in Hindi 07 : More about Strings ( strings part 3 ) Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Free

,

Objective type Questions

,

study material

,

MCQs

,

Semester Notes

,

Sample Paper

,

Summary

,

Important questions

;