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
这个在2和3里都是list
In [2]: lll = open('cnmb_worker.conf').readlines() In [3]: type(lll) Out[3]: list In [4]: len(lll) Out[4]: 31 In [5]: len(lll) Out[5]: 31
The text was updated successfully, but these errors were encountered:
确实是这样,答案写错了
Sorry, something went wrong.
验证了,确实是<class 'list'>, 验证版本python3.10.8
No branches or pull requests
这个在2和3里都是list
The text was updated successfully, but these errors were encountered: