Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how do you amke function in python

def function(x):
  # write code here 
  print(x);

function(5);

#output: 5
 
PREVIOUS NEXT
Tagged: #amke #function #python
ADD COMMENT
Topic
Name
3+6 =