What does this display in the console?
(
'Luke'
,
'6.08'
)
(
'Lee'
,
'13.06'
)
Nothing, we can't access tuples like that
('Luke', '6.08')
.