[Tutor] Question about Functions

2013-09-10 Thread novo shot
Dear tutors: The following is an example I found in the Raspberry Pi for Dummies book: #function test def theFunction(message): print "I don't get ", message return "ARRRGH!" theFunction("this") result=theFunction("this either") print "reply is: ", result -

[Tutor] Question about Functions

2013-09-10 Thread novo shot
Dear tutors: The following is an example I found in the Raspberry Pi for Dummies book: #function test def theFunction(message): print "I don't get ", message return "ARRRGH!" theFunction("this") result=theFunction("this either") print "reply is: ", result -