python3 printing on same line code example Example: print no new line python print('*', end='') print('*', end='') print('*', end='') # output: # ***