0
Elif syntax error
How do i fix this code? https://code.sololearn.com/cr508EBm6ODS/?ref=app
2 odpowiedzi
+ 2
Just remove the pass keyword. It is recommend not to use any statement after the pass keyword inside a block.
+ 1
In your code, you ask for two different numbers, in SoloLearn, you can open a line with the code only once, not two. I hope you understood me.