28 Answers
New Answerwhen i enter something like plus or minus calculations there will be no output i write it like that 2 + 2 then press run
4/3/2020 6:31:00 AM
Dina Mo'men28 Answers
New AnswerDina Mo'men Because you are only calculating the values, not printing them If you want output you should print them using 'print'
Shaxzoda Sherzodovna read this. follow community guidelines https://www.sololearn.com/Discuss/1316935/?ref=app
Hello, you don't print this code you can do about that: "a = 2 + 2 print(a)" Or "print(2 + 2)"
Yes The problem is that you are only Calculating the value Not printing You have to type Print(2+2) For output
That works only in the console, if you want to use it in the editor then print() function is required
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message