Aayan Siddiquee
13 posts


Python Question / Quiz;
What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇
#python #programming #developer #programmer #coding #coder #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #machinelearning

English

@Python_Dv error? maybe because initially it was a list that is mutable but then it was converted into a tuple that is supposed to be immutable. so the value at index zero cannot be changed anymore.
English

Python Question / Quiz;
What is the output of the following Python code, and why? 🤔🚀 Comment your answers below! 👇
#python #programming #developer #programmer #coding #coder #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #machinelearning

English