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
Math,
6 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago
Math,
1 year ago
English,
1 year ago
Math,
1 year ago