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
/
a676.py
blob: 9cd0bb504b3039a8e5f6871b060663ff17739f8a (
plain
)
1
2
3
4
def
pos_nos
(
list1
):
for
num
in
list1
:
if
num
>=
0
:
return
num