Skip to content

Commit 441dcaa

Browse files
committed
fixes after running script
1 parent 2865b27 commit 441dcaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ex26.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def secret_formula(started):
7474
print "We'd have %d beans, %d jars, and %d crates." % secret_formula(start_point)
7575

7676

77-
sentence = "All good\tthings come to those who wait."
77+
sentence = "All good things come to those who wait."
7878

7979
words = break_words(sentence)
8080
sorted_words = sort_words(words)
@@ -88,4 +88,4 @@ def secret_formula(started):
8888

8989
print_first_and_last(sentence)
9090

91-
print_first_and_last_sorted(senence)
91+
print_first_and_last_sorted(sentence)

0 commit comments

Comments
 (0)