Skip to content

Easier solution for Question 10 #143

Open
@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))))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Easier solution for Question 10 · Issue #143 · zhiwehu/Python-programming-exercises