Prime Check Function

Easy

Input: `n` (int). Return: `True` if prime, else `False`.

Example

Input: 2
Output: True
Run your code to see output