coorected

This commit is contained in:
zainabdnaya 2022-06-10 19:44:47 +01:00
parent b58a4ed105
commit 3806f3123c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### Instructions
Write a function named `Str_isNegative()` that defines if a number (You should check if it's a number) is negative or positive.
Write a function named `StrisNegative()` that defines if a number (You should check if it's a number) is negative or positive.
- Your function print P if the number is positive
- Your function print F if the number is negative