0
What’s is the error?
https://sololearn.com/compiler-playground/ctCjcmOJCyc4/?ref=app
2 Respuestas
+ 1
In line 37
+ 1
There are two mistakes here:
- The "nichts = str("nichts")" part (Line 37) must be indented (prefixed with " ") so that the program knows that that line of code is inside the "if" condition.
- Sololearn does not allow the use of 2 or more inputs in python (as far as I know), it only supports 1.
I hope this comment helps you 😊
Correction:
- I've already tested it and it does support two or more inputs! But they have to be with line breaks. It would be something like:
----------------------------------------------
7
hello
----------------------------------------------