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
首先谢谢你能写教程出来分享,但是在代码格式方面:
1,字典中冒号前不应该有空格。 2,逗号后面应该有空格 3,函数调用时命名参数等号前后不应该有空格。 4,else的冒号前不应该有空格。 5,注释#号后应该有一个空格。
作为OCD患者,除了第5点可以忽略,前面4点几乎没法忍。这个就不发PR了吧。
The text was updated successfully, but these errors were encountered:
感谢指教, 逗号后面我一直有空格, 其他的我会逐渐改正, 感谢
Sorry, something went wrong.
No branches or pull requests
首先谢谢你能写教程出来分享,但是在代码格式方面:
1,字典中冒号前不应该有空格。
2,逗号后面应该有空格
3,函数调用时命名参数等号前后不应该有空格。
4,else的冒号前不应该有空格。
5,注释#号后应该有一个空格。
作为OCD患者,除了第5点可以忽略,前面4点几乎没法忍。这个就不发PR了吧。
The text was updated successfully, but these errors were encountered: