+ 1
Tuple elements LEN
random=(1, āDijonā, 13.4) len(random) Is this code supposed to show how many elements this tuple contains? Iām expecting a 3 to show but instead it shows nothing, why?
4 Answers
random=(1, āDijonā, 13.4) len(random) Is this code supposed to show how many elements this tuple contains? Iām expecting a 3 to show but instead it shows nothing, why?