From 3806f3123c48d707f95b7815b7f910895a6fbdf5 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Fri, 10 Jun 2022 19:44:47 +0100 Subject: [PATCH] coorected --- subjects/str_isnegative/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/str_isnegative/README.md b/subjects/str_isnegative/README.md index 6ecc01145..6a561daca 100644 --- a/subjects/str_isnegative/README.md +++ b/subjects/str_isnegative/README.md @@ -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