Skip to content

Instantly share code, notes, and snippets.

@justimchung
Created September 15, 2019 03:25
# 使用 for...loop 來列出所有 group 的資料
for name, group in grouped:
print(name)
print(group)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment