Skip to content

Instantly share code, notes, and snippets.

View esragokk's full-sized avatar

Esra Gök esragokk

View GitHub Profile
@esragokk
esragokk / solution.py
Created February 15, 2026 20:42
Prime Numbers Algorithm and Code
/* 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