Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Fix the code: Countdown - Part 3 - Python Programming MOOC 2022 #90

Open
ExNihilo20 opened this issue Oct 17, 2022 · 0 comments
Open

Comments

@ExNihilo20
Copy link

I am getting the proper output and the exercise is still failing. This is the code that I input:
# Fix the program print("Are you ready?") number = int(input("Please type in a number: ")) while number > 0: print(number) number -= 1 print("Now!")

The validation engine tells me this:
"FAIL: PythonEditorTest: test_0
Make sure that execution of your program stops with the input 2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant