+ 1
How can we make function in python?
4 Answers
+ 7
def keyword is used to declare functions in python. You can look at this module for more info.
https://www.sololearn.com/learn/Python/2285/
+ 1
def functionName (parameters):
# Code goes here
- 2
Hello
- 2
Hallo