Q. Amongst which of the following is / are true with reference to loops in Python? (A) It allows for code reusability to be achieved. (B) By utilizing loops, we avoid having to write the same code over and over again. (C) We can traverse through the elements of data structures by utilizing looping. (D) All of the mentioned above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the mentioned above