✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
name="tag" のチェックボックスを複数受け取る(1)に当てはまるものを選びなさい。
フォーム側
<input type="checkbox" name="tag" value="a">A
<input type="checkbox" name="tag" value="b">B
<input type="checkbox" name="tag" value="c">C
Flask側
tags = (1)