7 Réponses
+ 2
if, and it's correspoding elif, else should be idented at same level..!!! Look again..
Also if input to chosenNum is number, then convert to needed type, like
chosenNum = int( input() )
+ 1
Check the indentation (line 12 and following): it's indented one too many
+ 1
Jayakrishna🇮🇳 ok thanks!
+ 1
The code on lines 16 to 17 is still indented one too many, and 18 to 19 two too many
0
I tried that Lisa
0
Rewrite the code and watch the indentation,