Question: Requirements Write a program using a for loop to print out all the odd numbers between 5 and 20 Deliverables print statement that outputs the


Requirements Write a program using a for loop to print out all the odd numbers between 5 and 20 Deliverables print statement that outputs the number of odd Task 2 Requirements Write a progam that prints out every country from the list You will need to first of all create a list that contains (stores) the countries of the GCC Then use a for loop to access each country in the list Deliverables print out each country from the list of gcc countries Task 3 Requirements Write a program that prints the first 15 terms of the Fibonacci sequence - Watch the video below that shows you what the Fibonacci sequence is . This will help you to figure out what you have to do - Do not search for the python code on the internet, try it yourself please! - Look at the video from today's class, we did an example kind of like it Use a for loop to iterate the code 15 times Possilby use a list . Fibonacci Sequence Click on the link to watch the video https://www.youtube.com/watch?v=C2Z9AK5F13s Deliverables print out the first 15 numbers of the sequence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
