Hello everyone!
My code can’t pass the test for this following instructions
And here is my code
Can someone help me please?
Hello everyone!
My code can’t pass the test for this following instructions
remove the space at the end from TEXT
This is a message I got
Your script should have the suggested “if” statement added correctly
Did the instructions ask you to echo $NUMBER
?
I think @ambradnum is correct. You should remove the echo
command, which is no longer required, above the if
statement.
However, I think you do need the space after the comma in the TEXT
variable.