Learn Before
Relation

Format of Functions in Python

Functions are displayed and written in the following format:

  • For one argument: functionname(argument)
  • For two arguments: functionname(argument1, argument2)
  • For three arguments: functionname(argument1, argument2, argument3)
  • *And so forth

0

1

Updated 2021-02-10

Tags

Data Science