Ad
  • Default User Avatar

    is there any reason not getting any points after finally completed it?

  • Default User Avatar

    I have just finished a kata on 4kyu and my honor only updataed in 1 point..
    it looks like some other people have similiar problems
    I worked realy hard completing this one..
    any idea?

  • Default User Avatar

    is it possible to allow choosing python 3 ? its only till 2.7

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    string like "fghgfbn!!!dgfdfgdfg" should be parsed /splited to fghgfbn ,dgfdfgdfg ?

    since the examples onlt refer to " sdfs, sdfsd " or " asd dfsdf sdfsdf"

    i passed all the basic tests but the random cases seems to have different rulles...

  • Default User Avatar

    python-
    i passed the first test
    at the 2nd there is somthing i dont understand, and i see someone else here got same thing -

    at the end of the directions - the go stright 900m (which is 0.9km) - so from [0,-1] > the change is in the y axe, so -1 + 0.9 = -0.1
    how come the res should be -1?
    is there somthing i dont understand in the details?

    here is the output-
    location0,-1
    head is now NORTH
    command num: 12 is : Go straight on for 900m
    updating location
    distance m : 0.9
    location0,-0.09999999999999998
    command num: 13 is : You have reached your destination!
    updating location
    location0,-0.09999999999999998
    [0, -0.09999999999999998]

  • Default User Avatar
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution