Questions

Python Lists 6

Find the position of certain film on your list and then program it to display a message which states that the film is located at position ? of your list. When you are satisfied with your code, copy and paste it below, then submit your solution.

Python Lists 6 Read More »

Python Lists 5

Remove a film (that you no longer feel deserves its place on the list) and then display the updated list onto the screen When you are satisfied with your code, copy and paste it below, then submit your solution.

Python Lists 5 Read More »

Python Lists 2

Reverse the order of the list you produced in the challenge above and then display it onto the screen. When you are satisfied with your code, copy and paste it below, then submit your solution.

Python Lists 2 Read More »

Python: WHILE Loops 4

Write a program that repeatedly asks the user to enter a number, until the user enters the number 100, at which point it will display the message “Loop ended – you entered 100”. When you are satisfied with your code, copy and paste it below, then submit your solution. create.withcode.uk

Python: WHILE Loops 4 Read More »

Shopping Cart