print element in for loop without space or new line in python code example Example: python print without space print("a",8,sep = '') #Output: a8