Skip to content

Easier solution for Question 10 #143

@ItsThareesh

Description

@ItsThareesh

Hey, I first wanna thank you for creating a wonderful exercise repository. I am very grateful to you. I actually have an easier method to solve Question 10. The code is as follows:

prompt = input("").split(" ")
print(" ".join(sorted(set(prompt))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions