Menu
×
×
Correct!
Exercise:Return the string without any whitespace at the beginning or the end.
txt = " Hello World "
x = @(11)
txt = " Hello World "
x = txt.strip()
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?