What is the output of the following Python Code??
n= -1
if n = 0:
if n == 0:
print("zero")
else:
print("Positive number")
else:
print("Negative number")



Posted on by