scrimba
Learn Python
Lists - Exercise
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Lists - Exercise
AboutCommentsNotes
Lists - Exercise
Expand for more info
index.py
run
preview
console
sales_w1 = [7,3,42,19,15,35,9]
sales_w2 = [12,4,26,10,7,28]
sales = []

Console
/index.html
-5:31