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
/
a69.py
blob: 0d2a51769e41d1763943a382ee6f82321c7c15ba (
plain
)
1
2
3
4
5
def decreasing_trend(nums): if (sorted(nums)== nums): return True else: return False