PCEP

Full exam simulation

45:00
1

Computer Programming and Python Fundamentals

hard

Given the code: a = [1, 2, 3]; b = a; b.append(4). What is the value of a?

0 of 73 answered