(PCEP) Certified Entry-Level Python Programmer Practice Test

PCEP Data Structures 5

Free · Instant Results

What is the output of `a = [1, 2]; b = a; b.append(3); print(a)`?
▶ Start Practice Test