Questions

Python 2D Lists 1

Create (and then display) a 2D list that contains your 5 favourite films, along with your rating for that film, out of 10. For example films = [[“Back to the Future”, “10/10”],[“Back to the Future 2”, “9/10”],…] When you are satisfied with your code, copy and paste it below, then submit your solution.

Python 2D Lists 1 Read More »

Python Lists 8

“Pop” out each item out of your list in turn and each time display the film which has been popped out. Do this until your list contains nothing. When you are satisfied with your code, copy and paste it below, then submit your solution.

Python Lists 8 Read More »

Python Lists 7

Use the ‘insert’ function to insert a new favourite film into a particular position of the list. When you are satisfied with your code, copy and paste it below, then submit your solution.

Python Lists 7 Read More »

Shopping Cart