Question: Write a function called test() that takes as input one integer and prints Negative, Zero, or Positive depending on its value. Python 3.7.0 Shell File
Write a function called test() that takes as input one integer and prints Negative, Zero, or Positive depending on its value. 
Python 3.7.0 Shell File Edit Shell Debug Options Window Help Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v. 1914 64 bit (AMD6 4)] on win32 Type "copyright", "credits" or "license () " for more information. RESTART : C:/Users/eve/AppData/Local/Programs/Python/Python37/answers assignment 5.py >>>test (-4) Negative >>>test (0) zero >>>test (10) Positive Ln: 11 Col: 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
