Skip to content

"Reverse String" exercise auto-grading #9

Closed
@lancelote

Description

@lancelote

Hi, "Reverse String" exercise has an "ideal" solution

def reverse(text):
    return text[::-1]

... which can be auto-accepted I think. People submit it quite often for review and I am already tired accepting it.

Is it something worth looking into and contributing? Is the project still active and will it be used in v3?

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions