points = [1000, 2000, 3000]
list = []

for i in range(len(points)):
    list.append(points[i] * 11 // 10)

print(list)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: