I created the following python Script in RStudio
import numpy as np def test_function(a, b): print("We are in the function") return (a+b) test_f