print("Hello, World!") is an example of a statement in Python, which is a single line of code. A function call like print() followed by arguments inside parentheses is a statement. Strings are enclosed in double quotes and printed as is, while expressions are evaluated to their actual value. Arithmetic expressions follow the same order of operations as in math.