問題タブ [python-vlc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
22 参照

python - Pythonでループ回数と同じ数の音を再生する

例のように、alarm.play() 関数をループ回数だけ繰り返して 10 回鳴らしたいのですが、試したり変更したりするたびに 1 回だけ鳴り続けます。どうすればこれを修正できますか? while の代わりに for を使用する方が理にかなっていますか?