Files
guanjihuan.com/2025.07.28_programming_with_python_and_cpp/a.py
2025-07-28 09:16:46 +08:00

4 lines
63 B
Python

import example
print(example.hello())
print(example.add(3, 5))