Say you have a string.
string = 'Test'
string[::-1]
would reverse this into ‘tseT’
2
solved How tomreverse a string in python? [duplicate]
Say you have a string.
string = 'Test'
string[::-1]
would reverse this into ‘tseT’
2
solved How tomreverse a string in python? [duplicate]