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 a928524 commit ce8467eCopy full SHA for ce8467e
Sorting Algorithims/wave_sort.py
@@ -7,4 +7,4 @@ def sortInWave(arr, n):
7
arr =input("Enter the arr")
8
sortInWave(arr, len(arr))
9
for i in range(0, len(arr)):
10
- print(arr[i]', ')
+ print(arr[i],' ')
0 commit comments