Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
HW4
#python 3.5.2 y=[3,1,1,5,2] length=len(y) print(length) p=0 while p<length: p=p+1 print('p=',p) i=0 while i<((length-1)-p): i=i+1 if y[i]>y[i+1]: temp=y[i] y[i]=y[i+1] y[i+1]=temp print('y=',y)
run
|
edit
|
history
|
help
0
chickens,cows,pigs values defined
ALAMOST DONUTZ dungeon
Python3 - product lists
replace
Find numbers with given sum of digits
Интересный Python - Вопрос 1
linked_lists_2
Python3 complete func.
PyLP
Short python input