Year 10 - Computing
2D lists challenge
Programming: strings and lists
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 10 - Computing
Programming: strings and lists
This unit introduces pupils to string-handling techniques, they will explore how a string can be iterated over using a loop and sliced to create substrings. Pupils will be introduced to arrays and lists and explore the differences between the two. They will manipulate with a variety of list methods.
You will learn to create a game using two-dimensional lists.
A two-dimensional list allows you to hold a list as one element. Data in a 2D list can be held in rows and columns.
a list or array that has both columns and rows of values. Add one real device or system example to prove understanding.
Mistake: You cannot print a game board or table layout neatly in Python. Correction: You can added spaces and | to format a game board or table in Python.
Browse all guides in the Year 10 Computing guide library.