Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 114 Bytes

File metadata and controls

7 lines (7 loc) · 114 Bytes
>>> def my_function():
...     print("Hello from a function")
...
>>> my_function()
Hello from a function