find output of 10 LetA=5 20 FOR B = 1 to A 30 Print A;"*"; B; "=", A*B 40 Next B 50END
Answers
Answered by
0
Answer:
r = lambda q: q * 2
s = lambda q: q * 3
x = 2
x = r(x)
x = s(x)
x = r(x)
print (x)
Similar questions
Biology,
1 month ago
Social Sciences,
1 month ago
English,
2 months ago
English,
9 months ago
English,
9 months ago