why there are spaces after printing with end in python code example Example: python print without space print("a",8,sep = '') #Output: a8