Q1Single correct3 Marks1 Sep 2024
Consider a class named `FuelTank` with an attribute `fuel_level` (in litres). Write a method `needs_refill` that returns `True` if `fuel_level` is less than 50 litres, indicating that the tank needs refilling, and `False` otherwise. Select the correct implementation of this method.