I am trying a very simple for loop on Jupiter notebook:
for i in range(0,3): print(i)
And I am getting type error: int object not callable!!