Post

Python Programming
Python Programming@PythonPr·
Python Question / Quiz; What is the output of the following Python code, and why? Comment your answers below!
Python Programming tweet media
English
35
12
78
8.6K
Python Tech
Python Tech@PythonTech43716·
@PythonPr A) [10,15,20,30] Is right ✅️ X.INSERT(1,15) list is mutable so qr can add the elements in existing list. And insert statement (index,element)
English
0
0
1
51
Paylaş