重複の可能性:
ステートメントの動作中に奇妙なことがありますか?
次の場合、リスト内包表記を正しく実装し、ループを終了して、「else」の後にステートメントを実行するにはどうすればよいですか?'-'文字をスキャンしようとしましたが、機能しません。
試しました:
while(current != randomValue)
今すぐお試しください:
randomKey = random.choice(list(topic.keys()))
randomValue = random.choice(topic[randomKey])
current = "-" * len(randomValue)
while (i for i in range (0, len(current)) if i != "-"):
(statements)
else:
(statements)