Ad
  • Default User Avatar

    Your approach needs some debugging as it's not 100% correct yet, but this current mistake is probably due to the fact that you are not returning anything - replace print(number) by return(number) at the end of your solution.