0

Why calculative output is not showing in this code ?

https://code.sololearn.com/cnDKtBfFMwqg/?ref=app

11th Oct 2019, 6:38 PM
Sachin kumar
Sachin kumar - avatar
4 Respuestas
+ 3
because you never try to print the results or put it in a variable then print the value, you can do print("the division" with 2/3)
11th Oct 2019, 6:47 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 2
Thanks
11th Oct 2019, 7:00 PM
Sachin kumar
Sachin kumar - avatar
+ 1
As already mentioned you have to use the print fuction to output your calculations. Something like this: print ('Addition',2 + -3)
11th Oct 2019, 7:00 PM
Lothar
Lothar - avatar