Computer Science, asked by stef9811, 1 year ago

How to define a function in Python?

Answers

Answered by Anonymous
0

Using 'def' keyword..

Just like this.

def function_name(*args):

# code goes here

Similar questions