Predict the output of the following:
for q in range(100,50,-10):
print(q)
Answers
Answered by
0
Explanation:
Output of Python Program | Set 1. Predict the output of following python programs: ... r = lambda q: q * 2. s = lambda q: q * 3. x = 2. x = r(x). x = s(x). x = r(x). print x ... for i in ( 1 , 2 , 3 ...
Similar questions
English,
6 months ago
English,
6 months ago
Science,
1 year ago
India Languages,
1 year ago
Biology,
1 year ago