Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこの演習に行き詰まっています。辞書が含まれているリストから印刷するように求められますが、方法もわかりません。Googleでこのようなことを行う方法が見つかりません...
次回は、質問の内容をより慎重に指定する必要があります。以下は、演習で求められているループです。
for s in students: print s['name'] print s['homework'] print s['quizzes'] print s['tests']