Skip to content

Commit c6fd28a

Browse files
committed
histy
1 parent d038e22 commit c6fd28a

File tree

14 files changed

+1757
-992
lines changed

14 files changed

+1757
-992
lines changed

abuse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Abuse
1+
# Dial-A-Curse
22

33
Write a Python program called `abuse.py` that generates some `-n|--number` of insults (default `3`) by randomly combining some number of `-a|--adjectives` (default `2`) with a noun (see below). Be sure your program accepts a `-s|--seed` argument (default `None`) to pass to `random.seed`.
44

bin/chapters.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gashlycrumb
1010
#palindromes
1111
ransom_note
1212
rhymer
13-
#rock_paper_scissors
13+
rock_paper_scissors
1414
abuse
1515
scrambler
1616
bacronym
@@ -19,7 +19,6 @@ blackjack
1919
family_tree
2020
gematria
2121
histy
22-
pareto
2322
#guess
2423
mommys_little_helper
2524
kentucky_friar
@@ -29,12 +28,13 @@ gibberish
2928
piggy
3029
soundex_rhymer
3130
#substring
32-
#tictactoe
33-
#twelve_days_of_christmas
31+
tictactoe
32+
twelve_days_of_christmas
3433
#war
3534
anagram
3635
hangman
3736
first_bank_of_change
37+
pareto
3838
runny_babbit
3939
markov_chain
4040
hamming_chain

0 commit comments

Comments
 (0)