Chapter 10: Functions Defining def greet(name): return "Hello "+name Scope Local: inside function Global: outside function