Write a Python function to reverse a string#pythonprogramming #pythonshorts #shorts #shortvideo

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

very good, but you can do the reverse function in one line:

reverse_string=lambda s:s[::-1]

_Epic_Fox_