Feladat🌐 shown in EN
📝 **Question:** Use \`csv.DictReader\` on the in-memory CSV \`"name,age\\nAda,36\\n"\`. Print each row's name and age separated by a space.\nExpected: Ada 36
📋 Pick the right answer.
💡 **Hint:** Re-read the theory above if unsure.