4 lines
56 B
Python
4 lines
56 B
Python
from numerix.addition import add_two
|
|
|
|
print(add_two(5))
|
from numerix.addition import add_two
|
|
|
|
print(add_two(5))
|