print('Przed') for value in [9, 41, 12, 3, 74, 15] : if value > 20: print('Duża liczba:', value) print('Po')