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 8f58b38 commit 382d449Copy full SHA for 382d449
Bsort.py
@@ -7,4 +7,4 @@
7
if seconds[j] > seconds[j+1]:
8
seconds[j], seconds[j+1] = seconds[j+1], seconds[j]
9
10
-print("her best time is", seconds[0],"seconds")
+print("best time of the work is", seconds[0],"seconds")
0 commit comments