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
4 Respostas
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/
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 ;)
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
0
Tnq😊