. What is the output of the following code?
a= (5,10,15,20,25,30)
if 20 in a:
s=a[-1]**3
else:
s=a[-2] *3
print(s)
Answers
Answered by
0
Answer:
sorry can't.help it.bro
Answered by
0
Answer:
if a=20 then the output of s is -3 else the output of s is -1
Similar questions