Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

funcions in python

# functions in python look like this
def hello_world(): 
  print("Hello world")
  
hello_world()
 
PREVIOUS NEXT
Tagged: #funcions #python
ADD COMMENT
Topic
Name
4+3 =