Output
Last updated
Last updated
The print function prints output to the console.
Objects are automatically converted to string representations for printing.
Reference: https://docs.python.org/3/library/functions.html#print
String concatenation is the operation of joining character strings. In Python, there are several ways to concatenation strings.
Python 3.6 introduced format literals, with a more elegant syntax (less redundancy).