No output? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

29th Mar 2018, 3:14 PM
darkvaderxP0
2 Answers
0
print((4+5)*9)
29th Mar 2018, 4:28 PM
강럴기
강럴기 - avatar
- 1
Yes, you have to put it in the print function otherwise it will do literally nothing with the answer.
29th Mar 2018, 3:17 PM
TurtleShell
TurtleShell - avatar