Skip to content

Commit e5c9ed8

Browse files
authored
added print statement
1 parent 45d8341 commit e5c9ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

car.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ def compute_min_refills(distance, tank, stops):
66
if __name__ == '__main__':
77
d, m, _, *stops = map(int, sys.stdin.read().split())
88
print(compute_min_refills(d, m, stops))
9+
print("finish")

0 commit comments

Comments
 (0)