Introduction
We use fmt.Print to show text or values on the screen. It helps us see what our program is doing.
When you want to show a message to the user.
When you want to check the value of a variable while coding.
When you want to print multiple values on the same line (no spaces or newline added automatically).
When you want to combine text and numbers in one line.