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
/
a79.py
blob: 20b8646b6bf66c614a37a31ca8b89daa990d46ba (
plain
)
1
2
3
4
5
def increasing_trend(nums): if (sorted(nums)== nums): return True else: return False