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


PYTHON examples » 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 Function
» Function Parameters