Question: Code using Python - Jupiter Notebook Write a code that accepts an arbitrary number and determines whether the number if positive (larger than zero), negative
Code using Python - Jupiter Notebook

Write a code that accepts an arbitrary number and determines whether the number if positive (larger than zero), negative (smaller than zero) or zero. ]: M \# write your code here: val1= int(input('number: ')) if val1>0: ? print('positive') ? val1=0: ? print('zero') ? val179.99999 gets grade C, but 80 gets grade B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
