GIAC GPYC Question Answer
What is the output of the following when executed in a Python shell?
[[1, 2, 2.5], [3, 4], [5, 6]]
[[1,2], [3, 4], [5, 6]]
[[1,2], [3, 4]]
[[1,2,2.5], [3,4]]
TESTED 13 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved