セクション 2. 章 3
single
Challenge: Prime Number Generator
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a generator function primes_up_to(n) that yields all prime numbers less than or equal to n.
The function must:
- Yield numbers in ascending order, starting from the first prime number.
- Only yield numbers that are prime and less than or equal to
n. - Stop yielding values after reaching
n.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください