Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
points = [1, 4, 2, 9, 7, 8, 9, 3, 1] x = points.count(9) print(x)
2