Skip to content

Commit b8d477c

Browse files
Updated via commit to -Solution by beejjorgensen
1 parent e2d8e39 commit b8d477c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/lookup_table/lookup_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def slowfun_too_slow(x, y):
1111

1212
def slowfun(x, y):
1313
"""
14-
Rewrite slowfun_too_slow() in here so that the program completes
15-
quickly instead of taking ages to run.
14+
Rewrite slowfun_too_slow() in here so that the program produces the same
15+
output, but completes quickly instead of taking ages to run.
1616
"""
1717
# Your code here
1818

0 commit comments

Comments
 (0)