print('Hello world!')
for i in range(10):
    num=int(input(" "))
    if num<0: 
        print(num)


        
num=int(input("introduce un numero"))
numeros="0"
contador=0
for num in num:
    if num in num:
        contador +=1
        print("numeros en positivo",contador)

Embed on website

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