wzhouwzhou / one-line-wonders

OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
https://hacktoberfest2018.suya.moe
GNU General Public License v3.0
96 stars 192 forks source link

Reverse object value with reversed() in python3 #474

Open ArjunKhunti opened 2 years ago

ArjunKhunti commented 2 years ago

Please describe your program and how to run it.

Reverse object values such as List, Tuple, String, etc in python. It can be run by the following command.

python3 python/reverse/arjunkhunti_strrev.py

What Programming Language?

python3