This website requires JavaScript.
Explore
Help
Sign In
3016801
/
pr3-python-sose2026
Watch
2
Star
0
Fork
You've already forked pr3-python-sose2026
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
073ec5d648
pr3-python-sose2026
/
tooling
/
tests
/
test_calculator.py
6 lines
90 B
Python
Raw
Blame
History
from
src
.
calculator
import
multiply
def
test_multiply
(
)
:
assert
multiply
(
2
,
3
)
==
6
Reference in New Issue
View Git Blame
Copy Permalink