Skip to content

Instantly share code, notes, and snippets.

View patryk-tech's full-sized avatar

Patryk patryk-tech

View GitHub Profile
@patryk-tech
patryk-tech / qualifier.py
Created July 23, 2020 07:29
Python Discord Summer Jam 2020 qualifier
"""
Only basic and intermediate requirements
"""
from collections import Counter
import datetime
import typing
class ArticleField: