Get your own Python server Result Size: 625 x 565
x
 
points = [1, 4, 2, 9, 7, 8, 9, 3, 1]
x = points.count(9)
print(x)
2