I'm a beginner of python and follow a book to practice. In my book, the author uses this code
s, k = 0
but I get the error:
Traceback (most recent call last): File "<stdin>", line 1, in
<module> TypeError: 'int' object is not iterable
I want to know what happened here.