I am trying to loop through a loop, print each value and then print the result of some other function.
But the output looks strange, the loop output is mixed with the output of another function.
Is there any way to sync it? I use Jupyter, not Julia's console.

source
share