Page 1 of 1

QUESTION 23 What statement regarding the use of lists is accurate? The individual elements within a list are immutable,

Posted: Sun May 15, 2022 8:08 am
by answerhappygod
QUESTION 23
What statement regarding the use of lists is accurate?
The individual elements within a list are immutable, in that the
values cannot be changed.
Two lists cannot be concatenated together, without the creation
of a third list.
A list can be sliced into sublists.
When a list is evaluated, the elements are not evaluated.
2 points
QUESTION 24
What is the name of the standard GUI module for Python?
tkinter
PyQt5
breezypythongui
Kivy