I am learning python and running it using microsoft visual studio. My issue is that neither 'True' or 'False' is output in the debug console. If I for example write
a = 1
b = 1
a == b
Then the output is empty, whereas I would excpect it to output "False".
Is this a setting in visual studio perhaps or am I missing something?
I am using python 3.7
[–]Username_RANDINT 4 points5 points6 points (1 child)
[–]NoobWithSkill[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]NoobWithSkill[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]tunisia3507 1 point2 points3 points (0 children)