-
-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed as not planned
Labels
Description
Feature or enhancement
Proposal:
# Add a code block here, if requiredNumber=float (input("ENTER A NUMBER:")
If number>0:
Print(f"{number} is positive .")
Elif number<0:
Print(f"{number} is negative.")
Else:
Print(f"{number} is zero.")
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
