triplets

PythonF

Integers – Check Triplets

The program must accept N integers as the input. The program must print Yes if there is at least one triplet (a, b, c) in the given N integers…