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

Internal Server Error #3229

Closed
Leumas47-code opened this issue May 27, 2024 · 1 comment
Closed

Internal Server Error #3229

Leumas47-code opened this issue May 27, 2024 · 1 comment

Comments

@Leumas47-code
Copy link

Describe the bug
When I submitted my code for a kata, it gave the error.

To Reproduce
def create_phone_number(n):
if len(n) != 10:
raise ValueError("List must contain exactly 10 numbers.")
numbers_str = ''.join(map(str, n))
formatted_phone_number = f"({numbers_str[:3]}) {numbers_str[3:6]}-{numbers_str[6:]}"
return formatted_phone_number

Expected behavior
I expected it to say "code submitted!" or something similar then take me to the discussions page.

Screenshots
image

Browser
I am on Chrome.

Additional context
This has not happened for any other Kata I have done, ever.

@hobovsky
Copy link

Duplicate of #3209

@hobovsky hobovsky marked this as a duplicate of #3209 May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants