Argument = A value passed to a function

Explanation
Arguments provide information that a function needs to perform its task.

Example

print("Hello")

Argument:

"Hello"