We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2865b27 commit 441dcaaCopy full SHA for 441dcaa
ex26.py
@@ -74,7 +74,7 @@ def secret_formula(started):
74
print "We'd have %d beans, %d jars, and %d crates." % secret_formula(start_point)
75
76
77
-sentence = "All good\tthings come to those who wait."
+sentence = "All good things come to those who wait."
78
79
words = break_words(sentence)
80
sorted_words = sort_words(words)
@@ -88,4 +88,4 @@ def secret_formula(started):
88
89
print_first_and_last(sentence)
90
91
-print_first_and_last_sorted(senence)
+print_first_and_last_sorted(sentence)
0 commit comments