Here are few example input & outputs to understand the question
example 1
- input = 555
- output should be = 55
example 2
- input = 5455
- output should be = 545
example 3
- input = 6555
- output should be = 655
example 4
- input = 3675
- output should be = 367
Kindly help me with code in python