Loading...
Inspect a short code sample, identify the faulty line, and deploy the correct patch.
def check_number(n):
if n > 0:
print("Positive")
else:
print("Negative")