print('Hello world!')
Numeros = [-9, -10, -12, -13, -14, -15, -16, -18, -19, -20, -21, -22, -23,]
Positivos = [n * -1 for n in Numeros]
print(" Los numero en positivos son", Positivos )

Embed on website

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