← Code LabPython0/50 solved · 0%
Control flow · easy

4. if / elif / else

Branch on a numeric condition.

Write `fee_tier(gwei)` returning `"low"` under 10, `"medium"` under 50, otherwise `"high"`.
Required in your answer: ifelif