Practice - Modifying Values
Practice Questions
Test your understanding with targeted questions
What is a value in programming?
💡 Hint: Think about what data types are.
Give an example of a data structure.
💡 Hint: Consider collections of similar items.
4 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
What does the append method do?
💡 Hint: Think about how a list grows.
True or False: A conditional executes code regardless of whether the condition holds.
💡 Hint: Remember the definition of control flow.
1 more question available
Challenge Problems
Push your limits with advanced challenges
Create a function that accepts a list of numbers and returns a list of only the even numbers.
💡 Hint: Use conditionals in your loop.
How would you implement a small program that keeps track of scores in a game where you can add and modify scores of players?
💡 Hint: Think about how you'd structure the data.
Get performance evaluation
Reference links
Supplementary resources to enhance your learning experience.