python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
def czy_pierwsza(n): if n == 2: return True if n % 2 == 0 or n <= 1: return False pierw = int(n**0.5) + 1 for dzielnik in range(3, pierw, 2): if n % dzielnik == 0: return False return True
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up