[SOLVED] Hello I'm keep getting None in printed output of postorder binary tree programme code. How can I fix it? Please help | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

[SOLVED] Hello I'm keep getting None in printed output of postorder binary tree programme code. How can I fix it? Please help

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

7th Jul 2022, 6:21 PM
juk98
1 Réponse
+ 1
print(calculate(root)) postorder(root) #without print postorder() don't have return explicitly. So implicitly return none. Don't capture it by print.
7th Jul 2022, 6:31 PM
Jayakrishna 🇮🇳