Computer Science, asked by shaktimaan6656, 1 year ago

which keyword is used to define methods in python

Answers

Answered by ashwin456ojha
0

I think def is used to define methods in Python.

Answered by handesnehal556
0

Function blocks begin with the keyword def followed by the function name and parentheses ( ( ) ).

Similar questions