File size: 62 Bytes
338964a
 
 
 
1
2
3
4
from package.main import *
print(add(2,9)) 

print(area(3))