No functional change as we install a python symlink, but use python3 for consistency with the other scripts. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
5 lines
83 B
Python
5 lines
83 B
Python
#!/usr/bin/env python3
|
|
import example
|
|
print(example.add(1, 2))
|
|
print(example.says)
|