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.
html と python を使用してアンケートを作成する必要があります。html は完成しましたが、python を使用した調査への回答の記録が正しく機能しません。ラジオボタンがチェックされたときにプログラムが投票数を上げるようにプログラムしようとしましたが、構文エラーが発生し続けます。これをすべて解決する方法がよくわかりません。助けていただければ幸いです。ありがとうございました。
まあ、あなたはコードを示さなかったので、次のようなものを試してください:
if selection1 == True sel1_votes+=1 if selection2 == True sel2_votes+=1 #etc
selection1最初の選択の投票ボタンであり、sel1_votesその選択の投票数である
selection1
sel1_votes