+ 1

Why Python doesn’t show the output?

Im practicing Python but for some reason it doesn’t want to show the output when I enter simple command for example 2 + 5 then I hit run and it says no output? What Am I doing wrong???

13th Apr 2018, 2:30 PM
Neven Arambasic
Neven Arambasic - avatar
1 Answer
+ 3
It works in python interpreter. But there is compiler. Try to use print(5+2)
13th Apr 2018, 2:31 PM
Bartosz Pieszko
Bartosz Pieszko - avatar