Console: The console is like a TV screen where you can see the output of your program. It's where the text or values from print statements are displayed.
Output:Output refers to any information that is produced by a program and shown to the user. In this case, the text displayed by a print statement is considered as output.
Syntax: Syntax refers to the rules and structure that define how code should be written in a specific programming language. The syntax for using print statements may vary depending on the programming language being used.