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
34
10
115
10.8K
Python Tech
Python Tech@PythonTech43716·
@PythonPr B 13 is the right answer Simple use of for loop and range function (start,end,stepsize) here stepsize is given 2 and by default is 1 end is excluded and start is included here so output will be 1, 1+2 = 3 3+2 = 5 but end is excluded so we answer will be 1 3.
English
0
1
2
501
Paylaş