0
Please tell me where my factorial is going wrong
9 Réponses
+ 1
https://code.sololearn.com/cpSIDH56bgAw/?ref=app
here its working
+ 1
EOFError raises when there is input your program but you dont enter input.
In your code's input page there is writing "split multiple inputs into seperate lines" so it wants all input in once. Write there like this:
FIRST INPUT
SECOND INPUT
THIRD INPUT
for example
add
12
23
then your code will work :)
0
But its saying invalid syntax in line 53
0
add bracket end of the line 50 you forgot a bracket there
0
Its there
0
Ok please if u could tell better way to add factorial feature in this coding
0
now write for example
add
23
12
and working
0
I want
Factorial to work brother
rest all works