Computer Science, asked by Anonymous, 5 months ago

What will be the O/P? test = 3, 4.6, "ben" print(test[:: -2])
('ben', 3)
O ('ben', 4.6)
ben', 3
Error​

Answers

Answered by RuwaisnZaid
0

Explanation:

'been',3

is the answer

Similar questions