CBSE Class 11 Computer Science
Question 2 of 19
Strings in Python — Question 12
Back to all questionsAugmented Reality
Reason — The replace() method creates and returns a new string with the specified substring replaced, without altering the original string. In this case, 'Virtual' is replaced by 'Augmented', resulting in 'Augmented Reality'.