Ad
  • Custom User Avatar
    Traceback (most recent call last):
      File "/workspace/default/tests.py", line 2, in <module>
        from solution import hello
      File "/workspace/default/solution.py", line 1, in <module>
        from preloaded import *
      File "/workspace/default/preloaded.py", line 1
        def hello(name):
                        ^
    IndentationError: expected an indented block after function definition on line 1
    
    • it looks like you've put the starter code in preloaded (it shouldn't be here as there's nothing this kata needs to be preloaded)
    • the kata should be written in English
    • this isn't a novel idea for a kata (it's been done before and is a duplicate)
  • Default User Avatar