Question from the Python test

What is the output of the following Python code?

Medium

What is the result of the code below?

fruits = [ 'fraise', 'banane', 'poire']
backup = fruits;
backup.append('pomme')
print(fruits)
Author: Baptiste FotiaStatus: PublishedQuestion passed 14 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!