Page :
Onward
WAP to input a no from the user and check
whether the no. is a positive no- or more negative
Answers
Answered by
0
Answer:
num=int(input ("enter the number"))
if num>=0:
print ("it is postive integer")
else:
print it is a negative integer
Explanation:
mark me as brainliest pls
Similar questions