prints the length of its largest ascending sub-list in python

前端 未结 0 1902
伪装坚强ぢ
伪装坚强ぢ 2021-01-25 02:30

Write a program that takes a list from the user and prints the length of its largest ascending sub-list

Example:

list = [100,102,101,87,89,86,20,22,21,25]

1

相关标签:
回答
  • 消灭零回复
提交回复
热议问题