0

Hey, is the "Snowflake" mission not working?

I'm sure I completed it putting this code: "p1 = " *" p2 = " ***" p3 = "*****" # modify the code print(p1) print(p2) print(p3) print(p2) print(p1) " but it doesn't count. I also tried other solutions and modified the code multiple times, and the output of my code and the one in the lesson is absolutely the same. I'm just asking to see if someone could beat this lesson. If so, what code did you use?

5th Mar 2025, 11:37 AM
Vava
Vava - avatar
4 ответов
0
No issue Share your code link
5th Mar 2025, 12:11 PM
A͢J
A͢J - avatar
0
https://www.sololearn.com/pt/compiler-playground/cZqTmb6nOQeG It doesn't work on the lesson's compiler, but in any other Python Compiler it does. That's why I'm saying it's a weird bug...
5th Mar 2025, 1:07 PM
Vava
Vava - avatar
0
Try resetting your code and either writing the answer yourself as you have above or copy and paste from your code, which works, and see if that gives you the right answer. There might be some other blank space or unseen copy and paste artefact which is stopping the answer.
5th Mar 2025, 7:34 PM
Ausgrindtube
Ausgrindtube - avatar
0
I didn't see a single difference but it worked when I wrote like that: "p1 = " * " p2 = " *** " p3 = "*****" # modify the code print(p1) print(p2) print(p3) print(p2) print(p1)" The output stays THE SAME, or I'm really blind... Anyway, I'm not used to Sololearn so maybe that was my mistake. Nevertheless, thanks for the help guys.
5th Mar 2025, 7:44 PM
Vava
Vava - avatar