Skip to content

Commit 1b1af87

Browse files
authored
Update 02. Rally Racing.py
1 parent 8e85aca commit 1b1af87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Advanced/Exam Preparation/Exam Preparation - Lab/02. Rally Racing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def race(matrix, top_tunnel_entry, bottom_tunnel_entry):
7777
finished, kilometers = race(matrix, top_tunnel, bottom_tunnel)
7878

7979
if finished:
80-
print(f"Racing car {racer} finished stage!")
80+
print(f"Racing car {racer} finished the stage!")
8181

8282
else:
8383
print(f"Racing car {racer} DNF.")

0 commit comments

Comments
 (0)