This solution is outdated. To rescore this solution, sign in.
Why isn't "Are you okay?" accepted?
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'I played piano. John played football. Anita went home. Are you safe?';
y = {'I played piano.' 'Anita went home.' 'Are you safe?'};
assert(isequal(lazy(x),y))
|
2 | Fail |
%%
x = 'Are you okay? Who are you? Olga will call you. Sam saw me.';
y = {'Olga will call you.'};
assert(isequal(lazy(x),y))
Error: Assertion failed.
|
8414 Solvers
3878 Solvers
The Hitchhiker's Guide to MATLAB
2695 Solvers
146 Solvers
244 Solvers