Question: Which of the following Python statements creates a tuple that contains positive 3-digits integer numbers that are multiples of 25? Select one: O a. tp

Which of the following Python statements creates a tuple that contains positive 3-digits integer numbers that are multiples of 25? Select one: O a. tp = tuple(range(25, 1000, 25)) O b. tp = tuple(range(100, 1000)) O c. tp = tuple(range(100, 975, 25)) O d. tp = tuple(range(100, 1000, 25)) O e. tp = tuple(100, 125, 150, 975)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
