Pass string value into a function : Function Parameters : Buildin Function PYTHON examples


PYTHON examples » Buildin Function » Function Parameters »

 

Pass string value into a function


Pass string value into a function

def welcome(title):
    """Welcome the player and get his/her name."""
    print "ttWelcome to Demo 2s!n"
    print "tt", title, "n"
 

welcome("Joe")
           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Buildin Function
» Function Parameters