NeteaseCloudMusic_PythonSDK/临时文件.py

12 lines
126 B
Python

from pprint import pprint
others = {
}
ignore = []
for i in others.keys():
ignore.append(i)
pprint(ignore)