Arrays: Left Rotation

  • + 0 comments

    this is my python code

    return a[d:] + a [:d]