This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* HOMEWORK: PRIME NUMBERS (3 DIGITS, STARTING WITH 5) | |
| Content: Algorithm Flow & Python Code | |
| */ | |
| ======================================================= | |
| PART 1: ALGORITHM FLOW (PSEUDO-CODE) | |
| ======================================================= | |
| START | |
| FOR number FROM 500 TO 599 DO |