Question: Which of the following Python statements creates a tuple that contains positive 2-digits numbers divisible by 10 in ascending order? Ltfen birini sein: a. tp
Which of the following Python statements creates a tuple that contains positive 2-digits numbers divisible by 10 in ascending order?
Ltfen birini sein:
a. tp = tuple(range(1, 100, 10))
b. tp = tuple(range(10, 100, 10))
c. tp = tuple(range(10, 100))
d. tp = tuple(10, 20, 30, ..., 90)
e. tp = tuple(range(10, 90, 10))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
