Varibles name cannot have space

Hi ,

I cannot store the variables names with space as it gives me the error " A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ )"

We use the same convention for variable names as Python. Spaces in variable names are not allowed.