I run timeit
module as follow:-
%timeit j2j.convert(input, rules)
It returns the output as
10000 loops, best of 3: 66.3 µs per loop
What does the return statement mean?
I run timeit
module as follow:-
%timeit j2j.convert(input, rules)
It returns the output as
10000 loops, best of 3: 66.3 µs per loop
What does the return statement mean?