index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a603.py
blob: beb649cbfbc16a1ae29c067ab74b0a2fdbe717f7 (
plain
)
1
2
3
4
def replace_list(list1,list2): list1[-1:] = list2 replace_list=list1 return replace_list