Lesson 5 _ Lists

lesson 5_LIST 
1 / 12
next
Slide 1: Slide
ProgrammingFurther Education (Key Stage 5)

This lesson contains 12 slides, with interactive quizzes, text slides and 1 video.

time-iconLesson duration is: 120 min

Items in this lesson

lesson 5_LIST 

Slide 1 - Slide

This item has no instructions

Watch the 5 Minutes video 
Below

Slide 2 - Slide

This item has no instructions

Lists are used to store series of Elements 
grade= [65,75,89,90]
This list is called grades and has 4 elements
print ( grade[0])
This will print out the list.
Try IT!

Slide 3 - Slide

This item has no instructions

Slide 4 - Link

The Link shows you how to handle list
Try it on "onlinegdb"
Inputting into a list
Here we are requesting user to enter data into a list

Slide 5 - Slide

This item has no instructions

Slide 6 - Link

This item has no instructions

Run the program above
Modify for
1. Three names only
2. print the is out
3. print the list out 1 by 1


Slide 7 - Open question

The indentations are mot show up properly!

Slide 8 - Link

Compare with your answer

Modify your program to enter 4 groups
with five sets of marks.

Slide 9 - Open question

This item has no instructions

Slide 10 - Video

This item has no instructions

How well did you understand lists
Quite well
Not wellKeep repeating this lesson

Slide 11 - Poll

This item has no instructions

Thank you!

Slide 12 - Slide

This item has no instructions