Skip to content

fixed: zip is not subscriptable#33

Open
partha117 wants to merge 1 commit intohiggsfield:masterfrom
partha117:patch-1
Open

fixed: zip is not subscriptable#33
partha117 wants to merge 1 commit intohiggsfield:masterfrom
partha117:patch-1

Conversation

@partha117
Copy link
Copy Markdown

In python3 zip is not subscriptable. However, in the next line, there is an attempt to subscript. Thus, the zip object has been wrapped in the list so that it can be subscriptable.

In python3 zip is not subscriptable. However, in the next line, there is an attempt to subscript. Thus, the zip object has been wrapped in the list so that it can be subscriptable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant