def Statement : Def : Function PYTHON TUTORIALS


PYTHON TUTORIALS » Function » Def »

 

def Statement


def helloSomeone(who):
  'returns a salutory string customized with the input'
  return "Hello " + str(who)



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Function
» Def