tester
user_7676782
python
3 years ago
138 B
8
Indexable
import math_manipulation as myMath
def main():
print(myMath.power3Sum(2, 3, 4))
print(myMath.absSqrtAvg(9, 16))
main()Editor is loading...
import math_manipulation as myMath
def main():
print(myMath.power3Sum(2, 3, 4))
print(myMath.absSqrtAvg(9, 16))
main()