Create 5 - Sorting Scramble.py
This commit is contained in:
parent
b0e8edd70a
commit
38eecff3d9
9
02/x/5 - Sorting Scramble.py
Normal file
9
02/x/5 - Sorting Scramble.py
Normal file
@ -0,0 +1,9 @@
|
||||
tmp = max(x, y)
|
||||
x = min(x, y)
|
||||
y = tmp
|
||||
tmp = max(y, z)
|
||||
y = min(y, z)
|
||||
z = tmp
|
||||
tmp = max(x, y)
|
||||
x = min(x, y)
|
||||
y = tmp
|
Loading…
Reference in New Issue
Block a user