After reading python01-04 i am not able to understand python challenges

after reading python01-04 i am not able to understand and do python challenges specially backtracking . please guide

Hey @mdiqbal, yes the problems are little difficult if you are new to programming. This is advanced course and not foundation course, so we expect you to be already aware of the basics fo data structures etc. Anyways if you are unable to complete them, skip them for now and proceed with the course.

For backtracking here is the link,

If you are still unable to solve, open the solution and read them.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush:

https://online.codingblocks.com/app/player/44223/content/59413/4693/code-challenge
how to start taking input
as i write
a=input().split()
its showing error .
Please help

Traceback (most recent call last):
File “source”, line 1, in
a=input().split()
EOFError: EOF when reading a line

I am a begineer
Please guide me because i just start this course .
where to start and what to learn to i can learn it.

Hey @mdiqbal, whenever you are running on ide, you need to first provide the input, so click on input button first, than provide the custom input and than click on run button.

Also all numbers are in individual line, you need to use while loop to take the input and not input().split()

Happy Learning :blush:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.