Home Work 08

22nd April 2024

This is our eigth homework assignment where you will address the following questions and submit your GitHub link containing either a Jupyter Notebook or a Python file

Question 1 - What is the difference between a list and a tuple in Python?

Use comments in py file or markdown in ipynb file.

Question 2 - Given a list of integers, find the sum of all the elements

Example [1,2,3,4] answer should be 10

———————————————— Happy Learning —————————————————–