InterviewSolution
Saved Bookmarks
| 1. |
Predict the output in python |
|
Answer» tion:FIND output of Python PROGRAMS - 1sum = 0 for i in range(12,2,-2): sum+=i PRINT sum.n=50 i=5 s=0 while i |
|