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