Find the output :
val = (10,20,30)
a,b,c = val
b=-20
val=(a,b,c)
print(list(val)+[-40,])
Answers
Answered by
1
Answer:
The answer will be :[10,20,30,-40]
Similar questions
Social Sciences,
1 month ago
Accountancy,
1 month ago
Geography,
1 month ago
Math,
3 months ago
Math,
3 months ago
English,
9 months ago
English,
9 months ago