Files
packagehowto/analyze.py
2024-04-23 18:19:17 +02:00

4 lines
56 B
Python

from numerix.addition import add_two
print(add_two(5))