index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a741.py
blob: c7510f59a83abdf5477ee549f2e60d1a9a6a7fce (
plain
)
1
2
3
def
move_first
(
test_list
):
test_list
=
test_list
[
-
1
:]
+
test_list
[:
-
1
]
return
test_list