
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Good practice computer science, physics and maths questions
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Name: PREP Date: 04/11/
L.O: Practise python sequence, decision, iteration and lists. Write a python program to store all even numbers from an array in another array. <copy and paste your code here together with a screenshot of your program “running”> Write a Python program to find the average of all numbers in a Python array. <copy and paste your code here together with a screenshot of your program “running”> A user inputs into a system a sequence of positive numbers. They indicate the end of the sequence by inputting the value –1. The system will output the highest and lowest numbers input. <copy and paste your code here together with a screenshot of your program “running”>