Created
September 15, 2019 03:25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 使用 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