Solve problem "Greater than previous" online - Learn Python 3 - Snakify

Greater than previous


Statement

Given a list of numbers, find and print all the elements that are greater than the previous element.

In all the problems input the data using input() and print the result using print().