tuple to list taj 8:53 AM tuple1 =( "python" , "java" , "script" ) y = list ( tuple1 ) print ( y ) y [ 1 ]= "c language" x =... Read More