ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!
This is a sample video. To access the full content, please Login
how to obtain output of string "hello world is beautiful" joined by hyphen as'hello-world-is-beautiful'
cant we reassign s='Hello' or use capatilize fn(s=s.capitalize)?
s="%%"+"-*20+"%%"print(s) //Assignment solved by MONISH.V.S IRTT college,Erode
How to split the string "Hello" to obtain individual alphabets?
1339 visits
Outline:strings क्या हैं? Python में strings को कैसे घोषित करते हैं? String का श्रेणीबद्ध एक इंटिजर से string का गुणन string के वैयक्तिक एलिमेंट को ऐक्सेस करना negative indices का उपयोग करके string के एलिमेंट्स को ऐक्सेस करना Split() फंक्शन Join() फंक्शन string को विभिन्न तरीकों से परिभाषित करना string को बार-बार प्रिंट करना
strings क्या हैं? Python में strings को कैसे घोषित करते हैं? String का श्रेणीबद्ध एक इंटिजर से string का गुणन string के वैयक्तिक एलिमेंट को ऐक्सेस करना negative indices का उपयोग करके string के एलिमेंट्स को ऐक्सेस करना Split() फंक्शन Join() फंक्शन string को विभिन्न तरीकों से परिभाषित करना string को बार-बार प्रिंट करना
Show video info
Pre-requisite