Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Problem: rstring
#python 2.7.12 def reverse(x): return x[::-1] a=raw_input("Enter any String : ") print reverse(a)
run
|
edit
|
history
|
help
0
python bois
PyLamb
check if any permutations of a word is a palindrome - python
my first code
Difference of Sum
PyPartial
Python examples - SIMPLE
Roman numrals
PySetUnpack
Chain length calculator