Output
Last updated
Was this helpful?
Last updated
Was this helpful?
The print function prints output to the console.
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).
Reference: