Google interview question

"How would you reverse a string in Python?"

Interview Answer

Anonymous

2 Dec 2024

I explained that the simplest way to reverse a string in Python is by using slicing