example of a simple function that takes in parameters in python

Solutions on MaxInterview for example of a simple function that takes in parameters in python by the best coders in the world

showing results for - "example of a simple function that takes in parameters in python"
Riccardo
09 Nov 2016
1def hi(person):
2    print "Hi there " + person + ", how are you?"
3
similar questions