Ad
  • Default User Avatar

    I'm not sure if this is my fault or not, since I'm new to coding, but when I try to do the test, the test itself seems to cause an error...

    File "", line 10
    Test.describe("More tests")
    ^
    SyntaxError: invalid syntax

    Is this my fault?

  • Default User Avatar

    Hi, sorry if this is a really basic question, I'm quite new to the site.

    I've tried making a code for this but I keep getting the error "729 should equal None"

    Does this mean that cubeodd([725]) should return None? If so, is this because for it to be a "sum" it should have at least two or more components?

    If that's the case I added a bit to the code to return None if the input only contains one element. But I still get this issue. I've tried it in a third party program and it returned None with the input of [729]