use function in print python code example
Example 1: print() in python
print('hi, baby!')
Example 2: print function python
print('datacamp','tutorial','on','python','print','function',sep='\n') #`\n` will put each word in a new line
print('hi, baby!')
print('datacamp','tutorial','on','python','print','function',sep='\n') #`\n` will put each word in a new line