☑Kizspy.me
PRO192 and PFP191
PFP191 learn I
Question 3: (2.5 marks)
The given file Q3.py already contains statements to input data for the list. You should write statements
to count the primes number in the list.
Notes:
-Do not edit given statements in the main function.
-You can create new functions if you see they are necessary.
Sample input and output:
Zoom
Please enter the size of the array: 5
Please enter the size of the array: 5
a[0]=10
a[0]=2
a[1]=15
a[1]=15
a[2]=1
a[2]=7
a[3]=25
a[3]=25
a[4]=48
+100%
a[4]=11
Close