Can the pass statement be used inside loops and conditional statements?
Can the pass statement be used inside loops and conditional statements? a) No, it can only be used in functions b) Yes, it can be used anywhere a statement is required c) No, it can only be used in class definitions d) Yes, but only in while loops Answer: b) Yes, it can be used […]
Can the pass statement be used inside loops and conditional statements? Read More »