Q.8 Correct the error and find Output of the following program (Python)
for i in range ( 20.30.4):
print (i)
Answers
Answered by
1
Answer:
Output of Python Program | Set 1
Predict the output of following python programs:
Program 1:
r = lambda q: q * 2
s = lambda q: q * 3
x = 2
x = r(x)
x = s(x)
x = r(x)
print (x)
Explanation:
please mark as brain least
khushboojha510:
how are you
Similar questions