Covering some basic topics I haven't seen elsewhere on Cody.
Given a string with extra spaces in front and/or in back, return a 'centered' version of the string (e.g.: ' MATLAB' -> ' MATLAB ')
1514 Solvers
Determine if a Given Number is a Triangle Number
286 Solvers
202 Solvers
Sum of first n terms of a harmonic progression
189 Solvers
07 - Common functions and indexing 4
259 Solvers
Solution 103466
Problem is incorrectly specified, according to the cases. 'Centering' seems to mean leave at most two spaces to either side, but otherwise center in the usual sense?
I did not know this function... nice