Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Functions MCQ
⚠ Report ✓ Question Verified Copy Link
def abc(z): z.append(44) x = [7, 8, 9] abc(x) print(x)
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Functions MCQ