space returns a new string, composed of count spaces. If count is zero, an empty string '' is returned.
space(5) -> ' '