I'm very confused in solving high level of string questions can anyone help me to do so | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm very confused in solving high level of string questions can anyone help me to do so

I mean I want an idea that how I start learning strings questions

21st May 2020, 3:13 PM
Ashwini Borla
Ashwini Borla - avatar
4 Answers
0
If you mean the quiz questions, they mostly depend on string transformation or slicing. As strings are indexed type, most answers depend on proper (re)combination of a given string. Try refreshing the lesson on strings and list (same as string) slicing: https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2274/ https://www.sololearn.com/learn/Python/2453/
21st May 2020, 4:22 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
Can you give an example of such a problematic question? Strings are an ordered type of collections, not much more. They don't bite ;)
21st May 2020, 3:28 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
Any questions like input is in the form or integer and answer output in the form of string Ex:- input - 2 Output - ba Or Question like Input - abcdef abc Pqrst pr Output - yes or no I'm so much confused in string questions and don't have an idea how to practice all such questions
21st May 2020, 4:19 PM
Ashwini Borla
Ashwini Borla - avatar
0
Tnq😊
22nd May 2020, 3:37 AM
Ashwini Borla
Ashwini Borla - avatar