Creating a Function to Check if a Number Is Prime my first task was to create a Python function, is_prime(n), that determines whether a given number n is prime. This function should return either True ...