Prime Number Checker

# Introduction In this lab, you are required to write a program that determines whether a given number is prime or not by implementing a function named `check_prime()` that returns `True` if the number is prime, or `False` if it is not.

|60 : 00

Click the virtual machine below to start practicing