Skip to content

Commit

Permalink
docstring first
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Oct 29, 2020
1 parent 9d8de88 commit 81ed7de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions as_ikea.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import random

"""Make your last name sound as an Ikea product.
As seen in https://www.facebook.com/max.abelev/posts/3347430315294332
"""

import random


def as_ikea(name: str) -> str:
"""
Convert letters to ikea letters
Expand Down

0 comments on commit 81ed7de

Please sign in to comment.