Files
courses/py3interm/EXAMPLES/use_samplelib3.py
T
2025-05-20 11:57:43 -04:00

6 lines
74 B
Python

#!/usr/bin/env python
from samplelib import * # <1>
spam() # <2>
ham()