Postitve number or negative

Create a Python code that takes a floating-point number `num` as input and returns "Positive" if the number is greater than zero, "Negative" if the number is less than zero, and "Zero" if the number is zero.
7.5
Total : 0 Discussion
Login