bajajvinamr / HacktoberFest2020

Make your first PR! ~ A beginner-friendly repository. Add your profile, a blog, or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
152 stars 686 forks source link

Create heterogram.py #965

Open Anupama-74 opened 3 years ago

Anupama-74 commented 3 years ago

Check whether a given string is Heterogram or not Is where no letter in an alphabet occurs more than once (So if the string is converted into a set The length of the string should equal the length of the resulting set.)