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
/
a799.py
blob: 5195a9014ab91ae4ce92f371aeb7b9a766ba7161 (
plain
)
1
2
3
4
def
neg_nos
(
list1
):
for
num
in
list1
:
if
num
<
0
:
return
num