Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
s1 = 'He said ''Look over there!''';
s2_correct = 'He said ''''Look over there!''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
2 | Fail |
s1 = '''';
s2_correct = '''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
2725 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
Flip the main diagonal of a matrix
426 Solvers
Who has power to do everything in this world?
256 Solvers
1243 Solvers