Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

define a function in python without arguments

def hello_function():
...     print 'Hello World, it's me.  Function.'
...

>>> hello_function()
Hello World, it's me.  Function.
 
PREVIOUS NEXT
Tagged: #define #function #python #arguments
ADD COMMENT
Topic
Name
5+1 =