No output? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
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