Python Quiz Time
Python Quiz Time!
Only real coders can crack this one! 💻🔥
Check the code below 👇
x = [1, 2, 3]
y = x
y.append(4)
print(x)
What will be the output? 🤔
A) [1, 2, 3]
B) [1, 2, 3, 4]
C) [4, 1, 2, 3]
D) Error
💬 Comment your answer below and tag your coding buddy to challenge them! 👇
Thank You
-Asian Technology Hub.

Comments
Post a Comment