pr3-python-sose2026/tooling/demo3_formatting.py

7 lines
97 B
Python

from src.calculator import add
print("Manueller Test: ")
print(add(2, 3))
# Terminal -> pytest