Computer Science, asked by prachikadipur, 9 months ago

write a program to accept n integers. 1. no of positive number 2. no of negative numbers3.sum of positive numbers​

Answers

Answered by saransrini03
0

a = int(input("Enter the number : "))

if a <= 0 or >=0 or a+a ==(>0):

           print("Accept")

else:

    print("NOT ACCEPT")

Similar questions