DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python string reverse
word
=
"hello world"
r_word
=
""
.
join
(
reversed
(
word
)
)
print
(
r_word
)
Source by radiant-brushlands-42789.herokuapp.com #
PREVIOUS
NEXT
Tagged:
#python
#string
#reverse
ADD COMMENT
Topic
COMMENT
Name
9+8 =
Submit