Want to create interactive content? It’s easy in Genially!
MODULE III: SEQUENCE VARIABLES
Jared Carvente
Created on July 24, 2023
Start designing with a free template
Discover more than 1500 professional designs like these:
View
Interactive Event Microsite
View
January School Calendar
View
Genial Calendar 2026
View
Annual calendar 2026
View
School Calendar 2026
View
2026 calendar
View
January Higher Education Academic Calendar
Transcript
MODULE III: SEQUENCE VARIABLES
Welcome to this module!, click on start or check each section separately
Dictionaries
Lists
Tuples
Start
LISTS
n Python, a list is a built-in data structure used to store a collection of items in a specific order. Lists are versatile and mutable, meaning that you can add, remove, or modify elements after the list is created. Each item in a list is called an element, and elements can be of any data type, including numbers, strings, booleans, or even other lists. As you can see , there is a video and a program below, watch the video, once you have seen the topics on it , experiment by modifying the values of the program as you like to see how lists work in a program.
DICTIONARIES
n Python, a list is a built-in data structure used to store a collection of items in a specific order. Lists are versatile and mutable, meaning that you can add, remove, or modify elements after the list is created. Each item in a list is called an element, and elements can be of any data type, including numbers, strings, booleans, or even other lists. As you can see , there is a video and a program below, watch the video, once you have seen the topics on it , experiment by modifying the values of the program as you like to see how lists work in a program.
TUPLES
n Python, a list is a built-in data structure used to store a collection of items in a specific order. Lists are versatile and mutable, meaning that you can add, remove, or modify elements after the list is created. Each item in a list is called an element, and elements can be of any data type, including numbers, strings, booleans, or even other lists. As you can see , there is a video and a program below, watch the video, once you have seen the topics on it , experiment by modifying the values of the program as you like to see how lists work in a program.
CONGRATULATIONS!
Good job!, keep doing your best and complete the review quizz.