0 0 Pavanagg Asked: March 22, 20222022-03-22T19:44:30+05:30 2022-03-22T19:44:30+05:30In: Python What is the correct initialisation of tuples? a. Dates = [12,23,3,4] b. Dates = (12,23,3,4) c. Dates = {12,23,3,4} d. … 0 0 What is the correct initialisation of tuples? a. Dates = [12,23,3,4] b. Dates = (12,23,3,4) c. Dates = {12,23,3,4} d. Both B and C joy of computing using python Share Facebook 1 Answer Voted Oldest Recent ADMIN 2 2022-03-22T19:45:58+05:30Added an answer on March 22, 2022 at 7:45 pm Answer: b. Dates = (12,23,3,4) Leave an answerCancel replyYou must login to add an answer. Username or email* Password* Remember Me! Forgot Password?
Answer: b. Dates = (12,23,3,4)