+ 1
No output?
I have written : (4+5)*9 and python tells me no output, why? do I have to include it within the print() function?
2 ответов
0
print((4+5)*9)
- 1
Yes, you have to put it in the print function otherwise it will do literally nothing with the answer.