Get three large numbers from input and check that they are given in ascending order. The subsequent number must be greater than the previous one.
The input format:
Three lines with three numbers.
The output format:
True or False
Tip: This problem can be solved with just one line of code!