Practice: Programming | Require Hire

Practice: Programming

Untimed practice · 16 questions in this set
Score: 0 / 0 Change Topic
Question 1 of 16
Medium Programming
Output of: x = [1,2,3]; y = x; y.append(4); print(len(x))