Day 35: Today I coded my own program that determined if a number that was inputted was a prime number. It took me a bit because while loops are kind of hard for me. It’s good practice though and I’m learning more every day! #100DaysOfCode #Python #womenwhocode
8
50
242
0
0
@coderf0rfun Yeah someone else mentioned recursion. Try looking up recursive functions. They are a cool alternative to loops and are often used for solving problems like this.