Question: python please make it as easy as possible, thank you. 3. This question practices tuples and operations on tuples. a. Write a Python statement that

python please make it as easy as possible, thank you.
3. This question practices tuples and operations on tuples. a. Write a Python statement that creates a tuple consisting of values September', 9, 'Friday', 2017 and assign it to a variable date_. b. Write a python expression to get all the components except year of the tuple date_t. c. Can you modify the day and weekday components of the tuple date_t to 10 and 'Monday respectively? If yes show the Python statement to do it. If not why not? d. Write a Python expression to convert the tuple date_t to a list and assign it to a variable date_1. e. Can you modify the day and weekday components of the list date_1 to 10 and 'Monday' respectively ? If yes show the Python statement to do it. If not why not
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
