Pyodide is not ready yet
Excellent
😊
For
Beginners
Hi
Worth it
Bugged
Bugged
The app seems glitched, and I can not continue progress. So I need help and I do not see a support.
So, the issue is specifically module 5. Manipulating numbers and chapter 2. String formatting in Python. On the final challenge question it asks you to write an F string for the name Alex and his age + 5.
I have it formatted like this:
name = "Alex"
age = 20
print(f"Hi, my name is {name} and in 5 years I'll be {age + 5} years old.")
When I test the code, it works; however, upon clicking next I receive
“Oops! Something is not right. You might want to try again…” So I look for the error, but both the output and the expected output is exactly the same. Below that is a yellow box says “The output appears to differ from the expected output, you might want to check the logic. Hint Use an expression inside the {} for age + 5.” Problem is, my code does include this. So I tested the generate code for me and I received the exact same issue. So I am now stuck and can’t progress through the module which I assume is pretty important.
