Python Question / Quiz; What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇 #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning #datascience
14
14
69
5K
18
Download Image
@Python_Dv B. 4 The 3rd index being the tuple appended, is literally a tuple appended not just two digits
A first you don’t want to miss! Zikigai Gardens’ exclusive debut release, ZPie, is live only at Neptune! Be part of the very first chapter in Zikigai Gardens history!
@Python_Dv Answer is C because tuples are immutable The inbuilt function append() doesn't work with tuples but rather lists and other mutable data types