Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

using collections.Counter #146

Closed rohitbabugaddeti closed 4 years ago

rohitbabugaddeti commented 4 years ago

changed is_anagram implementation using collections.Counter class.

Description

Makes implementation simple using python's inbuilt class

What does your PR belong to?

Types of changes

Checklist:

rohitbabugaddeti commented 4 years ago

I am sorry I don't understand where I missed the format from the template. Is it using >> to represent python terminal? Please help me understand to change exactly.