Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ isEven
Function
isEven
project_euler_problems/10001st prime/solution.py:6–7 ·
view source on GitHub ↗
(nb)
Source
from the content-addressed store, hash-verified
4
5
6
def
isEven(nb):
7
return
nb % 2 == 0
8
9
10
# A prime number is a number that can only be divisible by 1 or itself
Callers
1
isPrime
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected