Learn Before
Relation

Inputs vs Arguments in Python

The terms input and argument are often used interchangeably to refer to function arguments. However, the term "input" can also refer to the input() function.

"Argument" will universally refer to information that is passed into a function as such: function(argument)

0

1

Updated 2021-08-18

Tags

Data Science

Learn After