how to remove all spaces at the beginning of a print python code example
Example: python how to get rid of spaces in print
print('\n{} you will be {} in ten years.'.format(name, ageinten))
print('\n{} you will be {} in ten years.'.format(name, ageinten))