Check Prime or Not using Function

# Introduction In this lab, we will write a program to check whether a given number is prime or not using a function named `check_prime()`, where a number is considered prime if it is only divisible by `1` or itself.

|60 : 00

Click the virtual machine below to start practicing