Computer Science, asked by serah99john, 2 months ago

count_x[y-10:y+10] wthat does this do in python

Answers

Answered by Aryansingh001
1

Answer:

gives a errr   from next time explane ur que

Explanation:

count_x[y-10:y+10]

Traceback (most recent call last):

 File "<pyshell#0>", line 1, in <module>

   count_x[y-10:y+10]

NameError: name 'count_x' is not defined

>>>

Similar questions