Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Problem: rstring
def rev(l): r = [] for i in l: r.insert(0, i) return r print(rev([1, 2, 3, 4]))
run
|
edit
|
history
|
help
0
on_off_3
PyMap
bacs_class
check if any permutations of a word is a palindrome - python
Supermarket prices and stock
NormalizeTags
PyStr
Prime number finder and counter in range (ex: 0-100) using python
Aisha Wall
Filter dictionaries with specific keys