0
Why calculative output is not showing in this code ?
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)
+ 2
Thanks
+ 1
As already mentioned you have to use the print fuction to output your calculations. Something like this:
print ('Addition',2 + -3)