PythonでHTMLを表示できたので次はフォームからのデータ取得を試してみる ・入力画面 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> </head> <body> <form action="action.py" method="post"> ■チェックボックス<br> <input type="checkbox" name="chkbox" value="aaa">aaa <input type="checkbox" name="chkbox" value="bbb">bbb <input type="checkbox" name="chkbox" value="ccc">ccc ■ラジオボタン<br> <input type="radio" name = "