Lists - CS50P Shorts
CS50 · 9:26
This is a beginner-level CS50-style short that teaches Python list basics by modeling Mario Kart race standings: how to create a list with square brackets, then modify it with five methods — append, extend, remove, in...