In this repo we have two equivalent sets of programs written in Python and JS, and we explore how to test the programs.

# node run.js
0
1 ******
2 ************
3 ******************
4 ************************
5 ******************************
# python3 run.py
0
1 ******
2 ************
3 ******************
4 ************************
5 ******************************