I have written a simple function in my_function.py.
Create a tool, script, whatever, such that I can execute 'main -n [string] -i [int]' in my terminal,
and it prints out the result of my_function.
Also make sure that calling 'main' never takes longer than 4 seconds.