31st Aug 2024, 10:30 AM
Hacker2000
2 odpowiedzi
+ 1
In line 37
31st Aug 2024, 10:36 AM
Lisa
Lisa - avatar
+ 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 ----------------------------------------------
31st Aug 2024, 6:48 PM
Bismark GC
Bismark GC - avatar