Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ivan2
#python 3.6.9 s=0; i = 0 A = [6,3,1,7,1,2,3,3,3,9] while i <= 8: if(A[i] < A[9]): t = A[i] A[i] = A[8-i] A[8-i] = t s+=t i+=1 print(s)
run
|
edit
|
history
|
help
0
f strings 3
(P3) Scrabble
shuru11
linked_lists
Calculate Volume of Sphere
Va
Hello world
ok
First python practice
PyRef