6 lines
87 B
Python
6 lines
87 B
Python
#!/usr/bin/env python
|
|
import samplelib # <1>
|
|
|
|
samplelib.spam() # <2>
|
|
samplelib.ham()
|