0 / 60 seg.

What will be the value of y in this code?

x = 5
y = 1 + (20 if x < 5 else 30)