Question from the Python test

What is the output of the following Python code?

Easy

What is the result of the code below?

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