Page 1 of 1

S = [1,2,[3,4,[5,6,[7,8,[9,[0]]]]] a) What is the the size of the S list. b) In Python The expression that replaces the

Posted: Thu Jul 14, 2022 2:27 pm
by answerhappygod
S = [1,2,[3,4,[5,6,[7,8,[9,[0]]]]]
a) What is the the size of the S list.
b) In Python The expression that replaces the 0 in the list with17.