Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hipster-restaurant-bar-name-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

words = "salt fat anchor longshoreman sail mustache saw beard churn weight " \
"lamp wood whale axe pepper basil tamarind thyme cinnamon consumption " \
"burgandy"
"burgandy porch brew pickle candle toad spoon fork knife lamb " \
"oil kettle compass ox"

words = words.split()

Expand Down