Which of the following function returns a sequence 0, 1, 2, 3? June 7, 2022 by admin ✪ Choose the correct option.Which of the following function returns a sequence 0, 1, 2, 3?A. range(0, 3)B. range(0, 4)C. range(3)D. range(4) Submit Answer