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
25
11
104
9.1K
Python Tech
Python Tech@PythonTech43716·
@PythonPr A ) [] is the right answer. Here we are using concept of list slicing. [Start:end: step_size] , here step size is not mentioned and default step size is 1 so no output will come. It will return empty string.
English
0
0
1
117
Bagikan