Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
BubbleSort
#python 3.5.2 def bubbleSort(nlist): for passnum in range(len(nlist)-1,0,-1): for i in range(passnum): if nlist[i]>nlist[i+1]: nlist[i],nlist[i+1] = nlist[i+1],nlist[i] nlist = [14,46,43,27,57,41,45,21,70] bubbleSort(nlist) print(nlist)
run
|
edit
|
history
|
help
1
Nitin phate
PyDataDescript
Python: Functions I : Functions with messages.
min max
lesson3 part3
sendi
Game4
.....✓[Guess the number]®®®®®®®•$$$$✓.....
BUCLE FOR EN PYTHON 3
9th jan