Ad
  • Custom User Avatar

    My code passes the tests, all green, but it will not submit, instead of comes up with an error, what am I missing here?

  • Custom User Avatar

    I get the desired result of a string in the proper visual format with my code, but I get this error:
    '([0,) 2,- 3, ' should equal '(023) 056-0890'
    '([0,) 0,- 0, ' should equal '(000) 000-0000'

    I see a bracket as if part of my code is being interpreted as a list, but my final output types are string class. Can someone assist? Thanks in advance.