Computer Science, asked by rpanigrahi973, 6 months ago

write a program to accept a number .find out the entered a number is it a positive number or negative number or zero.​

Answers

Answered by RuwaisnZaid
0

Explanation:

x = int(input("enter a no"))

for i in range(100):

if x==I:

print("positive")

elif:

x==-i-100

print("negative")

else:

x = 0

Similar questions