How to define a function in Python?
Answers
Answered by
0
Using 'def' keyword..
Just like this.
def function_name(*args):
# code goes here
Similar questions
Computer Science,
6 months ago
Social Sciences,
6 months ago
Math,
1 year ago
English,
1 year ago
Math,
1 year ago