Hi
In Jupyter-Python 3 if I type type(1) it is returning 1.0 instead of ‘int’, same for any other value entered, it is returning the value itself instead of its type
It used to work but for some reason it is behaving strangely now
Can you please advise?
Regards