Dear Innovators and Enthusiasts, The FOSSEE team at IIT Bombay warmly invites you to participate in the Scilab Case Study Hackathon, an exciting opportunity to explore innovation and showcase your skills using Scilab. For more details Click here.
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?
952 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