Question: Python Please This section has been set as optional by your instructor. Objective: Implement a Python program that uses a positive integer, test_int, and prints
Python Please

This section has been set as optional by your instructor. Objective: Implement a Python program that uses a positive integer, test_int, and prints True if it is a prime number and False otherwise. Sample Inputs/Outputs: Example 1 : test_int = 2 Expected Output: True Example 2: test_int = 21 Expected Output: False 296528.1655254.qx3zqy7 LAB ACTIVITY 13.47.1: Is Prime (Loops - Medium) 0/11 main.py Load default template... 1 test_int - int(input) 2 3 #Using the value in test_int, write your code below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
