im20
This example project is written in Python, and tested with pytest.
The assignment
Fill in the function in hello.py
that will return "Hello World!"
.
Repl.it Testing
Install pytest
and run it
pip install pytest
pytest
This example project is written in Python, and tested with pytest.
Fill in the function in hello.py
that will return "Hello World!"
.
Install pytest
and run it
pip install pytest
pytest