write a program to generate the Fibonacci series.
0 1 1 2 3 5 8 13 21 …………
03
Write down the code to do the following activities on the list.
i) create a list with three numbers.
ii) display the content of the list.
iii) add two numbers one by one.
iv) display the list.
v) extend the list by adding 6 numbers together.
vi) remove first and last number from the lis
Answers
Answered by
0
Answer:
Explanation:
0 1 1 2 3 5 8 13 21 …………
03
Write down the code to do the following activities on the list.
i) create a list with three numbers.
ii) display the content of the list.
iii) add two numbers one by one.
iv) display the list.
v) extend the list by adding 6 numbers together.
vi) remove first and last number from the lis
Answer:
Explanation:
Similar questions