Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python functions

#Inputs: x
#outputs: y
def my_function(x):
  y = 5*x
  return y
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #python #functions
ADD COMMENT
Topic
Name
6+5 =