We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我是python新手,在学习你的源码,关于第run.py第60行我有个疑问,那个地方如果我改成
return [square[SUB_LT_Y:SUB_RB_Y,SUB_LT_X:SUB_RB_X] for square in all_square]
效果是一样的吗?
The text was updated successfully, but these errors were encountered:
可以,我刚测了一下完全没问题, 并且这个写法比我的更好,我搞的反而麻烦了。
Sorry, something went wrong.
No branches or pull requests
您好,我是python新手,在学习你的源码,关于第run.py第60行我有个疑问,那个地方如果我改成
return [square[SUB_LT_Y:SUB_RB_Y,SUB_LT_X:SUB_RB_X] for square in all_square]
效果是一样的吗?
The text was updated successfully, but these errors were encountered: