+ 2
SatyaPrakash Mishra ,
please complete some reqired information that we need to help you:
> the programming languge should be put in the tags
> if your post is related to a sololearn tutorial, we need to know the name of it, also the module and lesson /exercise name.
> a clear task description with input / output sample
> a link that points to your code try
> a description what exactly your issue is, (if possible including an error message)
+ 1
SatyaPrakash Mishra ,
[EDITED]
to get an idea what your issue is, we need to know more details.
maybe you can copy paste the given code here.
like:
sqs = [0, 1, 4, 9, 16, 25, 36, 49, 64]
print(sqs[4:7])
result: [16, 25, 36]