Concatenation is the process in which you combine one or more strings.
To concatenate a string you use two periods.
print("Hello ".."World".."!")