Code Editor
Run ►
# A standard function defined with 'def' def hello(): return "Hello!" # We call it using its name print(hello()) # Output: Hello!
Result
Click "Run" to see the output here.