You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# a_tuple = ( [1, 2, 3], [4, 5, 6], [7, 8, 9], [10, 11, 12]). Write a Python program that asks the user for an input (can be any data type) and replaces the last element of each of the inner lists with the user given value.