Skip to content

Commit 382d449

Browse files
some addition
1 parent 8f58b38 commit 382d449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bsort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
if seconds[j] > seconds[j+1]:
88
seconds[j], seconds[j+1] = seconds[j+1], seconds[j]
99

10-
print("her best time is", seconds[0],"seconds")
10+
print("best time of the work is", seconds[0],"seconds")

0 commit comments

Comments
 (0)