I tried using:
print("Iteration number: ", i)
in my code however I noticed that in the terminal the output message was:
("Iteration number: ", 75)
I realized this might be because the terminal is showing python 2, see image below. Any help and how to change this?