Pack the Backpack in Python
Use Python append() to add two essential supplies to a backpack list, then print the completed packing list and its new length.
Python
Challenge overview
- Format
- Logic Puzzle
- Category
- Python
- Difficulty
- Beginner
pythonlistsappendlength
Keep practicing
More coding challenges
JavaScript · Beginner
Passing Scores
Loop through JavaScript scores, identify every passing result, and maintain an accurate count without changing the original array.
View challengePython · Beginner
Passing Scores in Python
Combine a Python for loop, conditional check, and accumulator to count how many scores meet or exceed the passing threshold.
View challengeJavaScript · Beginner
Personal Greeting
Write a JavaScript function that accepts a name, returns a personalized greeting, and prints the result from a call with the provided value.
View challenge

