Print every prime numbers in a range
Created on Jan. 16, 2017 by Julien Palard
Provide a script that print every prime number in the range [10000;10050], on one line, separated by comas and spaces.
The output (in the range [1;10]) should look like this:
1 2 |
|
There's no corrections yet, hit the `Submit` button to send your code to the correction bot.
Keyboard shortcuts:
- Ctrl-Enter: Send your code to the correction bot.
- Escape: Get back to the instructions tab.