scores = [650,722,914,558,714,803,650,679,669,800] count = 0 for s in scores: if 650 <= s and s < 800: count += 1 print(count)
To embed this project on your website, copy the following code and paste it into your website's HTML: