Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

def function python

def hello(first_name,last_name,age):
    print("hello",first_name ,last_name)
    print("ur r",age,"years old")
    print("nice to meet u")


hello("Bro","Code","21")
 
PREVIOUS NEXT
Tagged: #def #function #python
ADD COMMENT
Topic
Name
3+4 =